- npm: Update devDeps

- Linting (ESLint): New ash-nazg rules
This commit is contained in:
Brett Zamir
2019-02-21 19:41:09 +08:00
parent c2a9798bfe
commit d01abf19d2
27 changed files with 3408 additions and 2812 deletions

View File

@@ -12,7 +12,7 @@ module.exports = {
browser: true
},
settings: {
polyfills: ["url", "promises", "fetch", "queryselector"],
polyfills: ["url", "promises", "fetch", "queryselector", "object-values"],
jsdoc: {
additionalTagNames: {
// In case we need to extend
@@ -145,6 +145,8 @@ module.exports = {
"max-len": ["off", {
ignoreUrls: true,
ignoreRegExpLiterals: true
}]
}],
"unicorn/prefer-query-selector": ["off"],
"unicorn/prefer-node-append": ["off"]
}
};