-
Notifications
You must be signed in to change notification settings - Fork 0
/
test
38 lines (36 loc) · 1.14 KB
/
test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
"import/order": [
"warn",
{
"groups": [
"builtin",
"external",
"internal",
"parent",
"sibling",
"index",
"unknown"
],
"pathGroups": [
{
"pattern": "{.,..}/*.css",
"group": "sibling",
"position": "after"
}
],
"alphabetize": {
"order": "asc",
"caseInsensitive": true
},
"newlines-between": "always"
}
]
// src/pages/index.js
// export { default as Home } from './Home/Home.jsx';
// export { default as Competitions } from './Competitions/Competitions.jsx';
// export { default as Teams } from './Teams/Teams.jsx';
// export { default as Match } from './Match/MatchHistory.jsx';
// export { default as News } from './News/News.jsx';
// export { default as Matches } from './Competitions/Matches/Matches.jsx';
// export { default as NewsPage } from './NewsPage/NewsPage.jsx';
// export { default as AccountValidation } from './Backoffice/AccountValidation/AccountValidation.jsx';
// export { default as Login } from './Login/Login.jsx';