Skip to content
Snippets Groups Projects
Commit c48938c4 authored by filmaj's avatar filmaj
Browse files

bump up max depth of nested blocks to account for use in code

parent 6fd9d4d2
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"eol-last": 2, "eol-last": 2,
"eqeqeq": [2, "smart"], "eqeqeq": [2, "smart"],
"indent": ["error", 2], "indent": ["error", 2],
"max-depth": [1, 3], "max-depth": [1, 5],
"new-cap": 1, "new-cap": 1,
"no-extend-native": 2, "no-extend-native": 2,
"no-mixed-spaces-and-tabs": 2, "no-mixed-spaces-and-tabs": 2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment