- Linting (ESLint): Latest as per ash-nazg (disable now applicable rules not fixed during earlier testing)

- npm: Update devDeps
This commit is contained in:
Brett Zamir
2019-12-31 17:55:15 +08:00
parent 7fc26e114d
commit 63ba8f39a1
12 changed files with 73 additions and 11 deletions

12
package-lock.json generated
View File

@@ -4157,9 +4157,9 @@
}
},
"eslint-config-ash-nazg": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-16.2.0.tgz",
"integrity": "sha512-VYEKJyUqm/ab1ifhz779PHIAhvoW6tGMpAnGYhRfemxYpQ9ou9MFildHDFWAetcjycXrqm+IYFMCXbzdgsaw9w==",
"version": "16.3.0",
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-16.3.0.tgz",
"integrity": "sha512-D/09Udft3hTPsgFno9JdRwZ8DELHE//UD3arX6GGx/V/wi2OCJ+T4TGtz33tKg5SFaYsvZpZnNTHUHYbHKhLoQ==",
"dev": true
},
"eslint-config-standard": {
@@ -4418,9 +4418,9 @@
}
},
"eslint-plugin-jsdoc": {
"version": "19.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-19.0.0.tgz",
"integrity": "sha512-Xe+mci5g48XIn/49zx0mfqmXziwHd91SdFYjR+FPqpkf/xbnkZW2IkGlmrCuxU5xMM5QZ0BEe0/eUoCeM9G9Lw==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-19.1.0.tgz",
"integrity": "sha512-rw8ouveUzz41dgSCyjlZgh5cKuQIyBzsrJnKeGYoY74+9AXuOygAQMwvyN4bMRp0hJu0DYQptKyQiSBqOnXmTg==",
"dev": true,
"requires": {
"comment-parser": "^0.7.2",