Skip to content

Commit 7308c02

Browse files
committed
Eslint config update
1 parent b4cc397 commit 7308c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"max-depth": ["error", 5],
2323
"max-nested-callbacks": ["error", 5],
2424
"max-params": ["error", 5],
25-
"no-trailing-spaces": ["warn", { "skipBlankLines": true }],
25+
"no-trailing-spaces": ["warn"],
2626
"object-curly-spacing": ["warn", "always"],
2727
"keyword-spacing": ["warn", { "before": true, "after": true, "overrides": {} }],
2828
"space-before-blocks": "warn",

0 commit comments

Comments
 (0)