eslint-plugin-bsport
v1.0.3
Published
### Development process 1. on bsport-eslint-plugin ```yarn link eslint-plugin-bsport``` 2. on bsport-saas ```yarn link```
Downloads
637
Readme
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 To better understand and try new rule use https://astexplorer.net/ language js -> toggle transform -> eslintV4
- Test your change in VSCode: Ctrl + Shift + P -> Reload Window When your change is ready bump the version number
- Lastly you need to be register on npm and then you just have to ```npm pusblish``