Add eslint rule
Development process
- on bsport-eslint-plugin ``
yarn link
` - on bsport-saas `
yarn link eslint-plugin-bsport
``
Now your change in the plugin will be updated
- add or modify a ruel in the index.js
- Test your change in VSCode: Ctrl + Shift + P -> Reload Window
- Lastly you need to be register on npm and then you just have to ``
npm pusblish
`