Merge pull request #13788 from timvandermeij/eslint-rules
Enable the `no-empty-character-class` and `no-template-curly-in-string` linting rules
This commit is contained in:
commit
bcd6dc416a
@ -61,6 +61,7 @@
|
|||||||
"no-dupe-keys": "error",
|
"no-dupe-keys": "error",
|
||||||
"no-duplicate-case": "error",
|
"no-duplicate-case": "error",
|
||||||
"no-empty": ["error", { "allowEmptyCatch": true, }],
|
"no-empty": ["error", { "allowEmptyCatch": true, }],
|
||||||
|
"no-empty-character-class": "error",
|
||||||
"no-ex-assign": "error",
|
"no-ex-assign": "error",
|
||||||
"no-extra-boolean-cast": "error",
|
"no-extra-boolean-cast": "error",
|
||||||
"no-func-assign": "error",
|
"no-func-assign": "error",
|
||||||
@ -72,6 +73,7 @@
|
|||||||
"no-regex-spaces": "error",
|
"no-regex-spaces": "error",
|
||||||
"no-setter-return": "error",
|
"no-setter-return": "error",
|
||||||
"no-sparse-arrays": "error",
|
"no-sparse-arrays": "error",
|
||||||
|
"no-template-curly-in-string": "error",
|
||||||
"no-unexpected-multiline": "error",
|
"no-unexpected-multiline": "error",
|
||||||
"no-unreachable": "error",
|
"no-unreachable": "error",
|
||||||
"no-unsafe-finally": "error",
|
"no-unsafe-finally": "error",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user