feat(eslint): Rule "no-octal-escape"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
2eec58795d
commit
2d8a11cb2f
@ -159,7 +159,7 @@
|
|||||||
- [X] "no-new-wrappers"
|
- [X] "no-new-wrappers"
|
||||||
- [ ] "no-obj-calls"
|
- [ ] "no-obj-calls"
|
||||||
- [ ] "no-octal"
|
- [ ] "no-octal"
|
||||||
- [ ] "no-octal-escape"
|
- [X] "no-octal-escape"
|
||||||
- [ ] "no-param-reassign"
|
- [ ] "no-param-reassign"
|
||||||
- [ ] "no-path-concat"
|
- [ ] "no-path-concat"
|
||||||
- [ ] "no-plusplus"
|
- [ ] "no-plusplus"
|
||||||
|
@ -302,6 +302,9 @@
|
|||||||
"no-new-wrappers": [
|
"no-new-wrappers": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
"no-octal-escape": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-spaced-func": [
|
"no-spaced-func": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user