Skip to content

ESLint plugin to ignore files listed in .gitignore

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-eslintrc.txt
Notifications You must be signed in to change notification settings

nasa-gcn/eslint-config-gitignore

NPM Version

eslint-plugin-gitignore

ESLint plugin to ignore files listed in .gitignore

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-gitignore:

npm install @nasa-gcn/eslint-config-gitignore --save-dev

Usage

Add gitignore to the plugins section of your .eslintrc configuration file.

{
    "extends": [
        "@nasa-gcn/eslint-config-gitignore"
    ]
}

About

ESLint plugin to ignore files listed in .gitignore

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-eslintrc.txt

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published