@clark/eslint-config-node
Advanced tools
Comparing version 1.24.4 to 1.25.0
@@ -14,3 +14,2 @@ 'use strict'; | ||
extends: ['@clark', 'plugin:node/recommended', '@clark/node-order-imports'], | ||
// eslint-disable-next-line unicorn/prevent-abbreviations | ||
env: { | ||
@@ -21,3 +20,2 @@ node: true, | ||
overrides: [ | ||
/* eslint-disable unicorn/prevent-abbreviations */ | ||
{ | ||
@@ -50,4 +48,3 @@ files: ['environment.js'], | ||
} | ||
/* eslint-enable unicorn/prevent-abbreviations */ | ||
] | ||
}; |
{ | ||
"name": "@clark/eslint-config-node", | ||
"version": "1.24.4", | ||
"version": "1.25.0", | ||
"description": "Clark's eslint-config for Node.js", | ||
@@ -29,4 +29,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@clark/eslint-config": "^1.24.4", | ||
"@clark/eslint-config-node-order-imports": "^1.19.0", | ||
"@clark/eslint-config": "^1.25.0", | ||
"@clark/eslint-config-node-order-imports": "^1.25.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -37,4 +37,3 @@ "lodash.merge": "^4.6.2" | ||
"node": "^10.0 || ^12.0 || ^13.0" | ||
}, | ||
"gitHead": "8e98a12dd89907f4263577ddbfd933572bab7c4a" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2888
3
45
+ Addedarray-buffer-byte-length@1.0.2(transitive)
+ Addeddata-view-buffer@1.0.2(transitive)
+ Addeddata-view-byte-length@1.0.2(transitive)
+ Addedes-abstract@1.23.7(transitive)
+ Addedfunction.prototype.name@1.1.8(transitive)
+ Addedis-core-module@2.16.1(transitive)
- Removedarray-buffer-byte-length@1.0.1(transitive)
- Removeddata-view-buffer@1.0.1(transitive)
- Removeddata-view-byte-length@1.0.1(transitive)
- Removedes-abstract@1.23.6(transitive)
- Removedfunction.prototype.name@1.1.7(transitive)
- Removedis-core-module@2.16.0(transitive)
- Removedis-negative-zero@2.0.3(transitive)
Updated@clark/eslint-config@^1.25.0