We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63c05a commit b4dc383Copy full SHA for b4dc383
.eslintrc.js
@@ -44,6 +44,7 @@ module.exports = {
44
{
45
pathGroups: ALLOWED_PATH_GROUPS,
46
// TODO: Добавить сортировку `import "./index.scss";` (располагать внизу)
47
+ // TODO: Добавить сортировку `import *** from "react"` (располагать вверху)
48
pathGroupsExcludedImportTypes: ["builtin"],
49
groups: ["builtin", "external", "internal", "parent", "sibling", "index"],
50
},
0 commit comments