eslint-config-strictest-coral
strictest-coral's eslint rules.
Installation
Install this package
npm i -D eslint-config-strictest-coral
Install Peer Dependencies
npm i -D eslint prettier typescript
Usage
Update package json
Add the following section to your package.json:
"eslintConfig": {
"extends": "strictest-coral"
},
There is no need to include prettier config file (.prettierrc.js) or eslint config file (.eslintrc.js) files in your project.
Rule Packages
Reasoning
The rules added in this config are meant do achieve the following:
- Enforce and define code-standard.
- Prevent bugs
- Prevent code-smells
- Optimize our code - unless it conflicts with cleaner code.