Skip to content

Commit 5268e50

Browse files
committed
chore: refactor some code
1 parent 5f174f8 commit 5268e50

File tree

13 files changed

+255
-303
lines changed

13 files changed

+255
-303
lines changed

.eslintrc.json

+1-24
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,6 @@
1919

2020
"import/extensions": 0,
2121
"import/no-extraneous-dependencies": 0,
22-
"import/prefer-default-export": 0,
23-
"import/order": [
24-
2,
25-
{
26-
"groups": [
27-
"builtin",
28-
"external",
29-
"internal",
30-
"parent",
31-
"sibling",
32-
"index"
33-
],
34-
"newlines-between": "always",
35-
"pathGroups": [
36-
{
37-
"pattern": "@/**",
38-
"group": "internal"
39-
}
40-
],
41-
"alphabetize": {
42-
"order": "asc"
43-
}
44-
}
45-
]
22+
"import/prefer-default-export": 0
4623
}
4724
}

0 commit comments

Comments
 (0)