eslint-plugin-bsport

### Development process 1. on bsport-eslint-plugin ```yarn link eslint-plugin-bsport``` 2. on bsport-saas ```yarn link```

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
eslint-plugin-bsport
1.0.39 months agoa year agoMinified + gzip package size for eslint-plugin-bsport in KB

Readme

Add eslint rule

Development process

  1. on bsport-eslint-plugin ``yarn link`
  2. on bsport-saas `yarn link eslint-plugin-bsport``

Now your change in the plugin will be updated
  1. 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
  1. Test your change in VSCode: Ctrl + Shift + P -> Reload Window
When your change is ready bump the version number
  1. Lastly you need to be register on npm and then you just have to ``npm pusblish`