@ircam/eslint-config
v1.2.1
Published
eslint config for the Ircam ISMM team javascript projects
Downloads
34
Readme
@ircam/eslint-config
Shareable eslint config for the Ircam ISMM team JavaScript projects, see https://eslint.org/docs/latest/developer-guide/shareable-configs
Usage
- Install the package
npm install --save-dev eslint @ircam/eslint-config
- Create a
.eslintrc
file in your project containing
{
"extends": "@ircam"
}
- In
package.json
, add the following command to your npm script
"scripts": {
"lint": "eslint src"
}
License
BSD-3-Clause