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-infix-ops"
|
||||||
- [ ] "space-unary-ops"
|
- [ ] "space-unary-ops"
|
||||||
- [ ] "spaced-comment"
|
- [ ] "spaced-comment"
|
||||||
- [ ] "strict"
|
- [X] "strict"
|
||||||
- [ ] "switch-colon-spacing"
|
- [ ] "switch-colon-spacing"
|
||||||
- [ ] "symbol-description"
|
- [ ] "symbol-description"
|
||||||
- [ ] "template-curly-spacing"
|
- [ ] "template-curly-spacing"
|
||||||
|
@ -541,6 +541,10 @@
|
|||||||
"named": "never"
|
"named": "never"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"strict": [
|
||||||
|
"error",
|
||||||
|
"safe"
|
||||||
|
],
|
||||||
"valid-jsdoc": [
|
"valid-jsdoc": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user