Add several additional, but very helpful rules

This commit is contained in:
nachtjasmin 2023-06-18 19:22:02 +02:00 committed by Jasmin
parent 5757905f08
commit 03d5c75200

View file

@ -13,3 +13,8 @@ parserOptions:
rules:
no-console: error
camelcase: warn
consistent-return: warn
dot-notation: warn
func-style: ["warn", "declaration"]
prefer-const: warn