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"
|
||||
- [ ] "no-obj-calls"
|
||||
- [ ] "no-octal"
|
||||
- [ ] "no-octal-escape"
|
||||
- [X] "no-octal-escape"
|
||||
- [ ] "no-param-reassign"
|
||||
- [ ] "no-path-concat"
|
||||
- [ ] "no-plusplus"
|
||||
|
@ -302,6 +302,9 @@
|
||||
"no-new-wrappers": [
|
||||
"error"
|
||||
],
|
||||
"no-octal-escape": [
|
||||
"error"
|
||||
],
|
||||
"no-spaced-func": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user