lpsinger / eslint-config-gitignore

ESLint plugin to ignore files listed in .gitignore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:JavaScript 100.0%