mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Don't bother warning about useless escapes
This commit is contained in:
parent
2f6636cea4
commit
f1760e71cf
1 changed files with 0 additions and 1 deletions
1
eslintrc
1
eslintrc
|
@ -70,7 +70,6 @@
|
||||||
"no-unused-labels": [ "warn" ],
|
"no-unused-labels": [ "warn" ],
|
||||||
"no-useless-call": [ "warn" ],
|
"no-useless-call": [ "warn" ],
|
||||||
"no-useless-concat": [ "warn" ],
|
"no-useless-concat": [ "warn" ],
|
||||||
"no-useless-escape": [ "warn" ],
|
|
||||||
"no-void": [ "warn" ],
|
"no-void": [ "warn" ],
|
||||||
"no-with": [ "warn" ],
|
"no-with": [ "warn" ],
|
||||||
"radix": [ "warn" ],
|
"radix": [ "warn" ],
|
||||||
|
|
Loading…
Reference in a new issue