eslint-plugin-consistent-imports
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -1,2 +0,2 @@ | ||
# The variable name for a default import should be a camelcase alphanumeric version of the filename. (default-variable-match-filename) | ||
# The variable name for a default import should be a camelcase alphanumeric version of the filename. (default-match-source) | ||
@@ -3,0 +3,0 @@ Please describe the origin of the rule here. |
@@ -15,4 +15,12 @@ /** | ||
// enable all by default | ||
const configs = { | ||
recommended: { | ||
rules, | ||
}, | ||
}; | ||
module.exports = { | ||
configs, | ||
rules, | ||
}; |
{ | ||
"name": "eslint-plugin-consistent-imports", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "ESLint rules to enforce consistent variable names for default imports.", | ||
@@ -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
7500
149