We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41a2b5c + fb99b0d commit bcd6dc4Copy full SHA for bcd6dc4
.eslintrc
@@ -61,6 +61,7 @@
61
"no-dupe-keys": "error",
62
"no-duplicate-case": "error",
63
"no-empty": ["error", { "allowEmptyCatch": true, }],
64
+ "no-empty-character-class": "error",
65
"no-ex-assign": "error",
66
"no-extra-boolean-cast": "error",
67
"no-func-assign": "error",
@@ -72,6 +73,7 @@
72
73
"no-regex-spaces": "error",
74
"no-setter-return": "error",
75
"no-sparse-arrays": "error",
76
+ "no-template-curly-in-string": "error",
77
"no-unexpected-multiline": "error",
78
"no-unreachable": "error",
79
"no-unsafe-finally": "error",
0 commit comments