eslint-plugin-consistent-imports
Advanced tools
Comparing version 1.11.0 to 1.12.0
@@ -18,3 +18,5 @@ /** | ||
recommended: { | ||
rules, | ||
rules: { | ||
'consistent-imports/default-match-source': 2, | ||
}, | ||
}, | ||
@@ -21,0 +23,0 @@ }; |
{ | ||
"name": "eslint-plugin-consistent-imports", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"description": "ESLint rules to enforce consistent variable names for default imports.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# eslint-plugin-consistent-imports | ||
ESLint rules to enforce consistent variable names for default imports. | ||
ESLint rules to enforce consistent variable names for default imports. Add | ||
`plugin:consistent-imports/recommended` to your `extends` setting for quick startup. | ||
@@ -5,0 +6,0 @@ ```javascript |
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
7650
151
73