eslint-plugin-import-helpers
Advanced tools
Comparing version 1.0.0-0 to 1.0.0
@@ -7,3 +7,3 @@ "use strict"; | ||
var alphabetizeOptions = ['ignore', 'asc', 'desc']; | ||
var defaultGroups = ['module', 'parent', 'sibling', 'index']; | ||
var defaultGroups = ['absolute', 'module', 'parent', 'sibling', 'index']; | ||
function reverse(array) { | ||
@@ -10,0 +10,0 @@ return array |
{ | ||
"name": "eslint-plugin-import-helpers", | ||
"version": "1.0.0-0", | ||
"version": "1.0.0", | ||
"description": "ESLint Rules to Aid with Imports", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -13,3 +13,3 @@ # eslint-plugin-import-helpers | ||
Enforce a _configurable_ convention in module import order | ||
Enforce a _configurable_ convention in module import order. See the [`order-imports`] page for configuration details. | ||
@@ -24,3 +24,3 @@ ```javascript | ||
groups: [ | ||
['builtin', 'external', 'internal'], | ||
'module', | ||
'/^@shared/', | ||
@@ -76,3 +76,3 @@ ['parent', 'sibling', 'index'], | ||
groups: [ | ||
['builtin', 'external', 'internal'], | ||
'module', | ||
'/^@shared/', | ||
@@ -79,0 +79,0 @@ ['parent', 'sibling', 'index'], |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
135036
1