Skip to content

Commit

Permalink
Fix wrong ESLint semicolon-key value
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed May 1, 2024
1 parent 710146b commit 5552d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/eslint.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default [
"indent": 2,
"jsx": false,
"quote-props": "always",
"semi": "always",
"semi": true,
"brace-style": "1tbs",
}).rules,
"@stylistic/quotes": ["error", "double", { avoidEscape: true }],
Expand Down

0 comments on commit 5552d39

Please sign in to comment.