We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e11c8e commit f0d6a59Copy full SHA for f0d6a59
src/configs/common-overrides.ts
@@ -14,7 +14,7 @@ export default {
14
{
15
files: ["scripts/**/*"],
16
rules: {
17
- "functional/no-expression-statemen": "off",
+ "functional/no-expression-statement": "off",
18
"functional/no-throw-statement": "off",
19
},
20
0 commit comments