Skip to content

Commit b4dc383

Browse files
committed
docs(lint): minor fix
1 parent f63c05a commit b4dc383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ module.exports = {
4444
{
4545
pathGroups: ALLOWED_PATH_GROUPS,
4646
// TODO: Добавить сортировку `import "./index.scss";` (располагать внизу)
47+
// TODO: Добавить сортировку `import *** from "react"` (располагать вверху)
4748
pathGroupsExcludedImportTypes: ["builtin"],
4849
groups: ["builtin", "external", "internal", "parent", "sibling", "index"],
4950
},

0 commit comments

Comments
 (0)