Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
update lint configuration
  • Loading branch information
epreston committed Aug 6, 2023
1 parent 7a55b2d commit d624495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
"extends": ["eslint:recommended", "prettier"],
"rules": {
"no-debugger": "error",
"no-console": ["error", { "allow": ["warn", "error"] }],

"semi": "error",
"quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": true }],
"quote-props": ["error", "consistent-as-needed"],

"no-throw-literal": ["error"],

"arrow-body-style": "off",
Expand Down

0 comments on commit d624495

Please sign in to comment.