Skip to content

Commit

Permalink
🚨
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Jun 28, 2021
1 parent deff1f3 commit 8514ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"no-multiple-empty-lines": ["warn", { "max": 2, "maxEOF": 0, "maxBOF": 0 }],
"quotes": ["warn", "double", { "avoidEscape": true }],
"camelcase": ["warn", { "properties": "always" }],
"indent": "off",
"indent": [2, 2, { "SwitchCase": 1 }],
"curly": ["warn", "multi-or-nest"],
"eqeqeq": ["error", "always"],
"comma-dangle": ["warn", "never"],
Expand Down Expand Up @@ -71,4 +71,4 @@
"reportUnusedDisableDirectives": true,
"noInlineConfig": true,
"plugins": ["@typescript-eslint"]
}
}

0 comments on commit 8514ccd

Please sign in to comment.