- npm: Bump devDeps and adjust linting accordingly

This commit is contained in:
Brett Zamir
2018-12-09 20:56:57 +08:00
parent f53a2dbf3c
commit 142047b16d
3 changed files with 68 additions and 53 deletions

View File

@@ -140,12 +140,8 @@ module.exports = {
rules: {
// Override these `ash-nazg/sauron` rules which are difficult for us
// to apply at this time
"capitalized-comments": ["off"],
complexity: ["off"],
"default-case": ["off"],
"require-unicode-regexp": ["off"],
"no-magic-numbers": ["off"],
"no-warning-comments": ["off"],
"max-len": ["off", {
ignoreUrls: true,
ignoreRegExpLiterals: true