Skip to content

Commit

Permalink
Use default setting for semicolon rule (always)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Feb 6, 2024
1 parent e6c46ad commit 9949953
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"@stylistic/operator-linebreak": ["error", "before"],
"@stylistic/padded-blocks": "off",
"@stylistic/quote-props": ["error", "consistent-as-needed"],
"@stylistic/quotes": ["error", "single"],
"@stylistic/semi": ["error", "never"]
"@stylistic/quotes": ["error", "single"]
},
"overrides": [
{
Expand Down

0 comments on commit 9949953

Please sign in to comment.