eslint-plugin-consistent-imports
Advanced tools
Comparing version 1.15.0 to 1.16.0
{ | ||
"name": "eslint-plugin-consistent-imports", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"description": "ESLint rules to enforce consistent variable names for default imports.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -38,2 +38,3 @@ /** | ||
`import pkg from 'myPkg'`, | ||
`import myPackage from 'long-name-my-package'`, | ||
// substr [src] in [import] | ||
@@ -40,0 +41,0 @@ `import devCli from './dist/cli.mjs'`, |
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
8592
178