Skip to content

Commit

Permalink
Add several additional, but very helpful rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nachtjasmin committed Jun 21, 2023
1 parent 5757905 commit 03d5c75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ parserOptions:

rules:
no-console: error
camelcase: warn
consistent-return: warn
dot-notation: warn
func-style: ["warn", "declaration"]
prefer-const: warn

0 comments on commit 03d5c75

Please sign in to comment.