File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Easy autofixable import sorting.
8
8
- ✅️ Handles type imports/exports
9
9
- ✅️ [ TypeScript] friendly \( via [ @typescript-eslint/parser ] )
10
10
- ✅️ [ Prettier] friendly
11
- - ✅️ [ dprint] friendly ([ with configuration] )
11
+ - ✅️ [ dprint] friendly ([ with configuration] [ dprint-configuration ] )
12
12
- ✅️ [ eslint-plugin-import] friendly
13
13
- ✅️ ` git diff ` friendly
14
14
- ✅️ 100% code coverage
@@ -18,13 +18,13 @@ Easy autofixable import sorting.
18
18
This is for those who use [ ` eslint --fix ` ] [ eslint-fix ] (autofix) a lot and want to completely forget about sorting imports!
19
19
20
20
[ @typescript-eslint/parser ] : https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser
21
+ [ dprint-configuration ] : https://github.com/lydell/eslint-plugin-simple-import-sort/#how-do-i-use-this-with-dprint
21
22
[ dprint ] : https://dprint.dev/
22
23
[ eslint-fix ] : https://eslint.org/docs/user-guide/command-line-interface#--fix
23
24
[ eslint-plugin-import ] : https://github.com/import-js/eslint-plugin-import/
24
25
[ no-require ] : https://github.com/lydell/eslint-plugin-simple-import-sort/#does-it-support-require
25
26
[ prettier ] : https://prettier.io/
26
27
[ typescript ] : https://www.typescriptlang.org/
27
- [ with configuration ] : https://github.com/lydell/eslint-plugin-simple-import-sort/#TODO
28
28
29
29
## Example
30
30
You can’t perform that action at this time.
0 commit comments