Lint nonexistent code
This commit is contained in:
parent
ed6c73fc16
commit
76b25f78cf
12
.eslintrc.json
Normal file
12
.eslintrc.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"rules": {
|
||||
"complexity": ["error", 0],
|
||||
"max-depth": ["error", 0],
|
||||
"max-len": ["error", 0],
|
||||
"max-lines": ["error", 0],
|
||||
"max-lines-per-function": ["error", 0],
|
||||
"max-nested-callbacks": ["error", 0],
|
||||
"max-params": ["error", 0],
|
||||
"max-statements": ["error", 0]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user