Skip to content

Commit f0d6a59

Browse files
fix(common-overrides): fix typo
functional/no-expression-statemen => functional/no-expression-statement
1 parent 9e11c8e commit f0d6a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/common-overrides.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
{
1515
files: ["scripts/**/*"],
1616
rules: {
17-
"functional/no-expression-statemen": "off",
17+
"functional/no-expression-statement": "off",
1818
"functional/no-throw-statement": "off",
1919
},
2020
},

0 commit comments

Comments
 (0)