Skip to content

Commit

Permalink
Updated linter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sajmonr committed Feb 17, 2023
1 parent 7a374de commit 3adcada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"comma-dangle": ["warn", "never"],
"dot-notation": "off",
"eqeqeq": "warn",
"curly": ["warn", "only-line"],
"curly": ["warn", "multi"],
"brace-style": ["warn"],
"prefer-arrow-callback": ["warn"],
"max-len": ["warn", 140],
Expand Down

0 comments on commit 3adcada

Please sign in to comment.