mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 06:04:20 +00:00
Add several additional, but very helpful rules
This commit is contained in:
parent
5757905f08
commit
03d5c75200
1 changed files with 5 additions and 0 deletions
|
@ -13,3 +13,8 @@ parserOptions:
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
no-console: error
|
no-console: error
|
||||||
|
camelcase: warn
|
||||||
|
consistent-return: warn
|
||||||
|
dot-notation: warn
|
||||||
|
func-style: ["warn", "declaration"]
|
||||||
|
prefer-const: warn
|
||||||
|
|
Loading…
Reference in a new issue