0.0.2 • Published 1 year ago

@nasa-gcn/eslint-config-gitignore v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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"
    ]
}
0.0.2

1 year ago

0.0.1

2 years ago