Update .eslintrc.yml

This commit is contained in:
Nadyr
2021-03-20 01:06:46 -04:00
committed by GitHub
parent 4e8ab23ec0
commit 84a9c25dd0

View File

@@ -110,7 +110,7 @@ rules:
## Enforce that class methods utilize this ## Enforce that class methods utilize this
# class-methods-use-this: error # class-methods-use-this: error
## Enforce a maximum cyclomatic complexity allowed in a program ## Enforce a maximum cyclomatic complexity allowed in a program
complexity: [error, { max: 60 }] complexity: [error, { max: 65 }]
## Require return statements to either always or never specify values ## Require return statements to either always or never specify values
# consistent-return: error # consistent-return: error
## Enforce consistent brace style for all control statements ## Enforce consistent brace style for all control statements