@futagoza/eslint-config-ignore

Adds a general purpose ignorePatterns property to your configuration.

Usage no npm install needed!

<script type="module">
  import futagozaEslintConfigIgnore from 'https://cdn.skypack.dev/@futagoza/eslint-config-ignore';
</script>

README

dependencies History License

This package contains configuration files for ESLint v6.7+

This configuration includes a set of globs to ignore files (mostly recursively) using the ignorePatterns property.

installation

$ npm i --save-dev @futagoza/eslint-config-ignore

usage

Put the following into your configuration (.eslintrc.json file or the "eslintConfig" field in package.json):

{
    "extends": "@futagoza/ignore"
}

license

Copyright © 2019+ Futago-za Ryuu
Released under the MIT License, http://opensource.org/licenses/MIT