eslint-plugin-escompat
Advanced tools
Comparing version 2.2.0 to 3.0.0
@@ -66,8 +66,6 @@ const path = require('path') | ||
const v2breakingRules = new Set(['no-nullish-coalescing', 'no-bigint', 'no-regexp-lookbehind', 'no-regexp-named-groups']) | ||
module.exports.configs.recommended = { | ||
plugins: ['escompat'], | ||
parserOptions: { ecmaVersion: 2020 }, | ||
rules: Object.keys(module.exports.rules).filter(rule => !v2breakingRules.has(rule)).reduce((o, r) => (o['escompat/' + r] = ['error'], o), {}) | ||
rules: Object.keys(module.exports.rules).reduce((o, r) => (o['escompat/' + r] = ['error'], o), {}) | ||
} |
{ | ||
"name": "eslint-plugin-escompat", | ||
"version": "2.2.0", | ||
"version": "3.0.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
15414
268