Skip to content

simplestco/eslint-config-simplest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-simplest

Features

  • All in one lint, you need to install no more than this package
  • AirB&B and eslint:recomended rules
  • Mocha and chai friendly

Set up

Install

Run npm i eslint-config-simplest -D

Configure

Run echo '{ "extends": "simplest" }' > .eslintrc or add "extends": "simplest" to yout .eslintrc file.

Use this file to add or disable rules as you want.

Use

Normaly, your editor recognize .eslintrc files and execute it inline.

Otherwise run npx eslint . or add eslint . to your package.json as a script.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published