UNPKG
import-sort-style-custom
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.0
1.1.1
1.1.0
Sort your imports using import-sort with aliases and custom configurations
import-sort-style-custom
/
src
/
__tests__
/
__fixtures__
/
tsconfig.json
14 lines
(13 loc)
•
184 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
: {
"paths"
: {
"
@alias
"
: [],
"
@z
"
: [],
"
@z
/*"
: [],
"
@run
"
: [],
"
@splat
/*"
: [],
"*/simple"
: [],
"run"
: [] } } }