eslint-config-import
Advanced tools
Comparing version 0.9.1 to 0.13.0
{ | ||
"name": "eslint-config-import", | ||
"version": "0.9.1", | ||
"version": "0.13.0", | ||
"description": "Sibling config package for eslint-plugin-import.", | ||
@@ -24,3 +24,6 @@ "main": "index.js", | ||
}, | ||
"peerDependencies": { | ||
"eslint-plugin-import": "0.13.x" | ||
}, | ||
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme" | ||
} |
@@ -9,4 +9,3 @@ /** | ||
, 'import/no-duplicates': 1 | ||
, 'import/no-require': 1 | ||
} | ||
} |
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
2620
1
44