feat(eslint): Rule "strict"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
0b1811525f
commit
c6c3b6b769
@ -266,7 +266,7 @@
|
||||
- [ ] "space-infix-ops"
|
||||
- [ ] "space-unary-ops"
|
||||
- [ ] "spaced-comment"
|
||||
- [ ] "strict"
|
||||
- [X] "strict"
|
||||
- [ ] "switch-colon-spacing"
|
||||
- [ ] "symbol-description"
|
||||
- [ ] "template-curly-spacing"
|
||||
|
@ -541,6 +541,10 @@
|
||||
"named": "never"
|
||||
}
|
||||
],
|
||||
"strict": [
|
||||
"error",
|
||||
"safe"
|
||||
],
|
||||
"valid-jsdoc": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user