feat(eslint): Rule "no-octal-escape"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 01:43:53 +04:00
parent 2eec58795d
commit 2d8a11cb2f
2 changed files with 4 additions and 1 deletions

View File

@ -302,6 +302,9 @@
"no-new-wrappers": [
"error"
],
"no-octal-escape": [
"error"
],
"no-spaced-func": [
"off"
],