eslint-plugin-escompat
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -34,5 +34,5 @@ const path = require('path') | ||
if (ts === 2016) { | ||
config.extends = [`escompat:typescript-base`] | ||
config.extends = [`plugin:escompat/typescript-base`] | ||
} else if (ts) { | ||
config.extends = [`escompat:typescript-${ts-1}`] | ||
config.extends = [`plugin:escompat/typescript-${ts-1}`] | ||
} | ||
@@ -90,3 +90,3 @@ module.exports.configs[configName] = config | ||
module.exports.configs.typescript = { | ||
extends: ['escompat:typescript-2016'] | ||
extends: ['plugin:escompat/typescript-2016'] | ||
} | ||
@@ -93,0 +93,0 @@ |
{ | ||
"name": "eslint-plugin-escompat", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"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
18761