Add support for using custom rules.

This commit is contained in:
David Anson 2018-02-15 21:35:58 -08:00
parent 4619a8c824
commit f24f98e146
11 changed files with 497 additions and 71 deletions

View file

@ -63,7 +63,7 @@
"max-len": "error",
"max-lines": "off",
"max-nested-callbacks": "error",
"max-params": ["error", 7],
"max-params": ["error", 8],
"max-statements": ["error", 20],
"max-statements-per-line": "error",
"multiline-comment-style": ["error", "separate-lines"],