@medanat/eslint-config-node
Advanced tools
Comparing version 8.2.0 to 8.3.0
@@ -30,4 +30,6 @@ module.exports = { | ||
'n/no-restricted-require': 1, | ||
'n/no-sync': 1 | ||
'n/no-sync': 1, | ||
'no-unsupported-features/node-builtins': 0 | ||
} | ||
}; |
{ | ||
"name": "@medanat/eslint-config-node", | ||
"version": "8.2.0", | ||
"version": "8.3.0", | ||
"description": "Opinionated eslint configuration", | ||
@@ -25,3 +25,3 @@ "private": false, | ||
"dependencies": { | ||
"eslint-plugin-n": "17.7.0" | ||
"eslint-plugin-n": "17.8.1" | ||
}, | ||
@@ -34,3 +34,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "7747fdc8e22dff2ff8936f141bf9fecccc7e9fa5" | ||
"gitHead": "dca6acfae102f1851c4bc9d3073e817472f06883" | ||
} |
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
2538
32
+ Addedeslint-plugin-n@17.8.1(transitive)
- Removedeslint-plugin-n@17.7.0(transitive)
Updatedeslint-plugin-n@17.8.1