Skip to content
Permalink
Browse files
Fix eslint warning
  • Loading branch information
czarniek committed Dec 1, 2019
1 parent 9af24c4 commit 7d7003f064001e1b86902b29c400c680dbcd1211
Showing 1 changed file with 1 addition and 1 deletion.
@@ -28,7 +28,7 @@
"linebreak-style": 0,
"max-depth": ["error", 3],
"max-len": ["warn", { "code": 120, "tabWidth": 4 }],
"max-lines": ["warn", {"max": 150, "skipBlankLines": true, "skipComments": true}],
"max-lines": ["warn", {"max": 300, "skipBlankLines": true, "skipComments": true}],
"max-lines-per-function": ["warn", {"max": 20, "skipBlankLines": true, "skipComments": true}],
"max-nested-callbacks": ["error", 4],
"max-params": ["error", 5],

0 comments on commit 7d7003f

Please sign in to comment.