Skip to content

Commit

Permalink
test: set eslint policy for complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Apr 2, 2019
1 parent a6a12a4 commit fb365d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Expand Up @@ -20,6 +20,7 @@
"quotes": [2, "single", "avoid-escape"],
"no-underscore-dangle": 0,
"no-useless-escape": 0,
"complexity": [2, { "max": 35 }],
"no-use-before-define": [1, { "functions": false }]
}
}

0 comments on commit fb365d9

Please sign in to comment.