0.0.24 • Published 1 year ago
eslint-plugin-strict-check v0.0.24
eslint-plugin-strict-check
- Niche rules for eslint.
Installation
# by yarn
$ yarn add -D eslint-plugin-strick-check
# by npm
$ npm i --save-dev eslint-plugin-strick-checkEnable plugin at .eslintrc.js
module.exports = {
plugins: ["strict-check"],
rules: {
...
},
}Rules
| Name | Description | Configurations |
|---|---|---|
| avoid-risky-input-type | Avoid risky input type | |
| file-path-patterns | Check if file path follows regular expression | |
| forbidden-hard-coding-href | Forbidden hard coding href | |
| forbidden-multiple-named-exports | Forbidden the multiple named exports at one file | |
| forbidden-use-react-hooks | Forbidden the use react hooks at specify path | |
| individual-import | Import them individual | |
| event-handler-prefix | Align prefix of event handler | |
| match-names-of-file-and-export | Match name of filename and export target | |
| restrict-use-of-process-env | Restrict environment usage |
License
0.0.24
1 year ago
0.0.22
1 year ago
0.0.23
1 year ago
0.0.21
2 years ago
0.0.20
2 years ago
0.0.19
2 years ago
0.0.16
2 years ago
0.0.17
2 years ago
0.0.18
2 years ago
0.0.13
2 years ago
0.0.14
2 years ago
0.0.15
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.3
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago