eslint-plugin-simple-import-sort
Advanced tools
Comparing version 7.0.0 to 8.0.0
@@ -11,4 +11,3 @@ "use strict"; | ||
docs: { | ||
url: | ||
"https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order", | ||
url: "https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order", | ||
}, | ||
@@ -15,0 +14,0 @@ messages: { |
@@ -8,2 +8,4 @@ "use strict"; | ||
["^\\u0000"], | ||
// Node.js builtins prefixed with `node:`. | ||
["^node:"], | ||
// Packages. | ||
@@ -42,4 +44,3 @@ // Things that start with a letter (or digit or underscore), or `@` followed by a letter. | ||
docs: { | ||
url: | ||
"https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order", | ||
url: "https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order", | ||
}, | ||
@@ -46,0 +47,0 @@ messages: { |
{ | ||
"name": "eslint-plugin-simple-import-sort", | ||
"version": "7.0.0", | ||
"version": "8.0.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Simon Lydell", |
@@ -14,2 +14,3 @@ # eslint-plugin-simple-import-sort | ||
- ✅️ 100% code coverage | ||
- ✅️ No dependencies | ||
- ❌ [Does not support `require`][no-require] | ||
@@ -20,3 +21,3 @@ | ||
[@typescript-eslint/parser]: https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser | ||
[eslint-plugin-import]: https://github.com/benmosher/eslint-plugin-import/ | ||
[eslint-plugin-import]: https://github.com/import-js/eslint-plugin-import/ | ||
[no-require]: https://github.com/lydell/eslint-plugin-simple-import-sort/#does-it-support-require | ||
@@ -26,2 +27,4 @@ [prettier]: https://prettier.io/ | ||
## Example | ||
**[➡️ Full readme](https://github.com/lydell/eslint-plugin-simple-import-sort/)** |
@@ -755,3 +755,3 @@ "use strict"; | ||
// trying to compare anything else, `import {a, a} from "mod"` is a syntax | ||
// error anyway (but babel-eslint kind of supports it). | ||
// error anyway (but @babel/eslint-parser kind of supports it). | ||
// istanbul ignore next | ||
@@ -758,0 +758,0 @@ itemA.index - itemB.index |
Sorry, the diff of this file is not supported yet
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
36741
27