Skip to content

This package provides eclass eslint shareable config.

License

Notifications You must be signed in to change notification settings

eclass/eslint-config

Repository files navigation

@eclass/eslint-config

npm Node.js CI downloads Libraries.io dependency status for latest release

This package provides eclass eslint shareable config.

Plugins and Configuration included

Installation

Install eslint and this package with npm.

JS projects

npm i -D eslint @eclass/eslint-config eslint-plugin-{array-func,eslint-comments,import,jsdoc,n,promise,security,sonarjs,standard}

Then add the following configuration to your project's package.json.

"eslintConfig": {
  "extends": "@eclass"
}

License

MIT