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.
1 parent 66748b4 commit 2e9acf8Copy full SHA for 2e9acf8
index.js
@@ -54,6 +54,11 @@ module.exports = {
54
"no-shadow": "off",
55
"@typescript-eslint/no-shadow": ["error"],
56
57
+ // no-unused-expressions
58
+ // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-unused-expressions.md
59
+ "no-unused-expressions": "off",
60
+ "@typescript-eslint/no-unused-expressions": ["error"],
61
+
62
'@typescript-eslint/prefer-enum-initializers': 'error',
63
64
// no-array-constructor - note you must disable the base rule as it can report incorrect errors
0 commit comments