Skip to content

fraction/common-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

common-lint

compatibility for both standard and eslint

Usage

Use common-lint or clint from the command-line or your linter settings.

ESLint

By default, this module passes through to eslint.

$ common-lint

/home/alice/foo/index.js
  31:41  error  'val' is defined but never used  no-unused-vars

✖ 1 problem (1 error, 0 warnings)

StandardJS

If standard is found in your package.json, this module uses that instead.

$ common-lint
standard: Use JavaScript Standard Style (https://standardjs.com)
standard: Run `standard --fix` to automatically fix some problems.
  /home/alice/bar/index.js:59:27: Extra semicolon.

Installation

With npm:

npm -g install common-lint

With yarn:

yarn global add common-lint

License

AGPL-3.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published