Skip to content

Commit c641891

Browse files
committed
Fix link to dprint configuration
1 parent c31798c commit c641891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Easy autofixable import sorting.
88
- ✅️ Handles type imports/exports
99
- ✅️ [TypeScript] friendly \(via [@typescript-eslint/parser])
1010
- ✅️ [Prettier] friendly
11-
- ✅️ [dprint] friendly ([with configuration])
11+
- ✅️ [dprint] friendly ([with configuration][dprint-configuration])
1212
- ✅️ [eslint-plugin-import] friendly
1313
- ✅️ `git diff` friendly
1414
- ✅️ 100% code coverage
@@ -18,13 +18,13 @@ Easy autofixable import sorting.
1818
This is for those who use [`eslint --fix`][eslint-fix] (autofix) a lot and want to completely forget about sorting imports!
1919

2020
[@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
2122
[dprint]: https://dprint.dev/
2223
[eslint-fix]: https://eslint.org/docs/user-guide/command-line-interface#--fix
2324
[eslint-plugin-import]: https://github.com/import-js/eslint-plugin-import/
2425
[no-require]: https://github.com/lydell/eslint-plugin-simple-import-sort/#does-it-support-require
2526
[prettier]: https://prettier.io/
2627
[typescript]: https://www.typescriptlang.org/
27-
[with configuration]: https://github.com/lydell/eslint-plugin-simple-import-sort/#TODO
2828

2929
## Example
3030

0 commit comments

Comments
 (0)