@igbominadeveloper/eslint-config-rules
v1.0.1
Published
reusable eslint configuration
Downloads
2
Maintainers
Readme
Eslint Config Rules
Eslint Config Rules is a package that you helps you with some basic code formatting rules in your configuration instead of adding them manually from project to project
Current rules
- No Console : https://eslint.org/docs/rules/no-console
- No Debugger : https://eslint.org/docs/rules/no-debugger
- Lines between class members : https://eslint.org/docs/rules/lines-between-class-members
- Padding line between statements : https://eslint.org/docs/rules/padding-line-between-statements
Installation
To install:
npm install --save @igbominadeveloper/eslint-config-rules
Include the package in your current eslint config file
extends: ['@igbominadeveloper/eslint-config-rules']
Documentation
https://github.com/igbominadeveloper/eslint-config-rules/readme.md
Issues
https://github.com/igbominadeveloper/eslint-config-rules/issues
Contributions
Feel free to send a PR.
Contributors
This project follows the all-contributors specification. Contributions of any kind are welcome!
License
MIT