ESlint configuration
This configuration includes rules from aibnb-eslint more info.
Install
npm install --save-dev eslint-config-sensei
Setup
In your project create .eslintrc.json file and add this line
"extends": "eslint-config-sensei"
Contribute
Publish to Github Package
Follow this tutorial publish
- Create Github token with write package
- Create npmrc file with token and user/registry
- change repository field in packagejson (.git)