2.2.0 • Published 5 years ago

disable-eslint-issues-cli v2.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

disable-eslint-issues-cli Build Status

This package can be used to disable all existing errors and warnings in your project by adding a comment to disable them.

Motivation:

You might have an existing project which has a lot of errors or/and warnings but you do not want these errors, warnings to increase further. Use this package to comment all existing occurences and put in ESLint rule henceforth to detect all bad code.

Usage:

This CLI is available on NPM and you can use it as mentioned below.

$ npx disable-eslint-issues-cli --help

disable-eslint-issues-cli [options] <paths>

Options:
  --help                 Show help                                     [boolean]
  --version              Show version number                           [boolean]
  --include-fixable, -f  Also disable auto-fixable ESLint rules.       [boolean]

Example:

$ npx disable-eslint-issues-cli src/**/*.js test/**/*.js
2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago