0.3.0 • Published 7 years ago

lazy-lint v0.3.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

lazy-lint

A small CLI for getting rid of eslint errors by disabling failing rules in individual files.

Linting a large codebase can be a daunting task. Instead of spending a large amount of effort linting a project in one go, you can combinine this tool with eslint --fix and/or other automated formatters (i.e. prettier) to provide an easy mechanism for linting files as you develop. By commenting out specific rules in individual files, you and your team can manually fix linting errors on a file-by-files basis as you move along with the code.

Inspired by decaffeinate.

installation

npm install lazy-lint

usage

  • --file [-f]: file or glob pattern
  • --path [-p]: path to eslint binary
lazy-lint --file '{lib,spec}/**/*.js' --path './node_modules/eslint/bin/eslint
0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago