mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Update .eslintrc.yml
This commit is contained in:
@@ -110,7 +110,7 @@ rules:
|
||||
## Enforce that class methods utilize this
|
||||
# class-methods-use-this: error
|
||||
## 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
|
||||
# consistent-return: error
|
||||
## Enforce consistent brace style for all control statements
|
||||
|
||||
Reference in New Issue
Block a user