@kev_nz/eslint-config

6.0.0 • Public • Published

@kev_nz/eslint-config

Eslint config for my current preferences including prettier and SonarJS

Install

npm install @kev_nz/eslint-config --save-dev

Usage

Add a .eslintrc.json file to your project

{
  "extends": ["@kev_nz"]
}

Reminder

ESLint is a peerDependency, so you must install it as well

npm install eslint --save-dev

Extends

  • Standard
  • Prettier
  • React
  • SonarJS
  • Import order
  • Spellchecking

Readme

Keywords

Package Sidebar

Install

npm i @kev_nz/eslint-config

Weekly Downloads

5,252

Version

6.0.0

License

MIT

Unpacked Size

9.97 kB

Total Files

11

Last publish

Collaborators

  • kev_nz