Skip to content
Permalink
Browse files
updated the linter config
  • Loading branch information
aa7401 committed Nov 6, 2019
1 parent 56d7e5c commit c945e5244e48bc39f77fc3ec80417a3d08644941
Showing 1 changed file with 1 addition and 1 deletion.
@@ -27,7 +27,7 @@
"max-depth": ["error", 3],
"max-len": ["warn", { "code": 120, "tabWidth": 4 }],
"max-lines": ["warn", {"max": 150, "skipBlankLines": true, "skipComments": true}],
"max-lines-per-function": ["error", 20],
"max-lines-per-function": ["warn", {"max": 20, "skipBlankLines": true, "skipComments": true}],
"max-nested-callbacks": ["error", 4],
"max-params": ["error", 5],
"max-statements": ["error", 20],

0 comments on commit c945e52

Please sign in to comment.