Fixed: Correctly set default profiles on import

Fixes: #333
This commit is contained in:
Qstick 2018-04-28 22:31:03 -04:00
commit 8624ff5c6a
3 changed files with 94 additions and 27 deletions

View file

@ -209,7 +209,7 @@
"lines-around-comment": ["error", { "beforeBlockComment": true, "afterBlockComment": false }],
"max-depth": ["error", {"maximum": 5}],
"max-nested-callbacks": ["error", 4],
"max-params": ["warn", 4],
"max-params": ["error", 7],
"max-statements": "off",
"max-statements-per-line": ["error", { "max": 1 }],
"new-cap": ["error", {"capIsNewExceptions": ["$.Deferred"]}],