@medanat/eslint-config-node
Advanced tools
Comparing version 7.2.1 to 7.3.0
24
index.js
module.exports = { | ||
root: true, | ||
plugins: [ | ||
'node' | ||
'n' | ||
], | ||
@@ -11,3 +11,3 @@ env: { | ||
extends: [ | ||
'plugin:node/recommended' | ||
'plugin:n/recommended' | ||
], | ||
@@ -20,15 +20,15 @@ parserOptions: { | ||
// Possible Errors | ||
'node/handle-callback-err': 1, | ||
'node/no-new-require': 1, | ||
'node/no-path-concat': 1, | ||
'node/no-process-exit': 1, | ||
'node/no-unpublished-require': 0, | ||
'n/handle-callback-err': 1, | ||
'n/no-new-require': 1, | ||
'n/no-path-concat': 1, | ||
'n/no-process-exit': 1, | ||
'n/no-unpublished-require': 0, | ||
// Stylistic Issues | ||
'node/callback-return': 1, | ||
'node/no-mixed-requires': 0, | ||
'node/no-process-env': 0, | ||
'node/no-restricted-require': 1, | ||
'node/no-sync': 1 | ||
'n/callback-return': 1, | ||
'n/no-mixed-requires': 0, | ||
'n/no-process-env': 0, | ||
'n/no-restricted-require': 1, | ||
'n/no-sync': 1 | ||
} | ||
}; |
{ | ||
"name": "@medanat/eslint-config-node", | ||
"version": "7.2.1", | ||
"version": "7.3.0", | ||
"description": "Opinionated eslint configuration", | ||
@@ -25,6 +25,6 @@ "private": false, | ||
"dependencies": { | ||
"eslint-plugin-node": "11.1.0" | ||
"eslint-plugin-n": "15.6.1" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^8.33.0" | ||
"eslint": "^8.34.0" | ||
}, | ||
@@ -34,3 +34,3 @@ "engines": { | ||
}, | ||
"gitHead": "c2e518674b82408169bd342ffa9dec90040b22de" | ||
"gitHead": "b39bfae76b697445dd2f4e5947e3b9c1c2b6a4c0" | ||
} |
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
2489
+ Addedeslint-plugin-n@15.6.1
+ Addedbuiltins@5.1.0(transitive)
+ Addedeslint-plugin-es@4.1.0(transitive)
+ Addedeslint-plugin-n@15.6.1(transitive)
+ Addedeslint-utils@3.0.0(transitive)
+ Addedeslint-visitor-keys@2.1.0(transitive)
+ Addedsemver@7.6.3(transitive)
- Removedeslint-plugin-node@11.1.0
- Removedeslint-plugin-es@3.0.1(transitive)
- Removedeslint-plugin-node@11.1.0(transitive)
- Removedsemver@6.3.1(transitive)