Skip to content

boringcodes/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config

Boring ESLint Config

Features

  • Standard config
  • Prettier config

Installation

Use the package manager to install

yarn add @boringcodes/eslint-config eslint-config-prettier eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint --dev

Usage

Create .eslintrc/.eslintrc.json and add the content

{
  "extends": ["@boringcodes/eslint-config"]
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Authors

BoringCodes

License

MIT