eslint-config-mycs
This package provides mycs's eslint rules as an extensible shared config.
To install
- Install shared config
npm install --save-dev eslint-config-mycs
. - Install peerDependencies
- Create a
.eslintrc.js
file and make sure that it contains the following:
module.exports =
This will allow you to use the mycs eslint configuration and extend it with your own eslint configuration parameters.
Whenever editing the rules
Should you update the linting rules, please run the following command:
npm version minor