Skip to content

Commit 7453a09

Browse files
committed
🔧 Update import paths for custom types in .eslintrc.json and tsconfig.json
1 parent 052c0c1 commit 7453a09

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎.eslintrc.json

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
"group": "builtin",
7272
"position": "before"
7373
},
74+
{
75+
"pattern": "@customTypes/**",
76+
"group": "builtin",
77+
"position": "before"
78+
},
7479
{
7580
"pattern": "@services/**",
7681
"group": "builtin",

‎tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"@guards/*": [ "app/core/guards/*" ],
3434
"@constants/*": [ "app/core/constants/*" ],
3535
"@mocks/*": [ "app/core/mocks/*" ],
36+
"@customTypes/*": [ "app/core/types/*" ],
3637
}
3738
},
3839
"angularCompilerOptions": {

0 commit comments

Comments
 (0)