We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052c0c1 commit 7453a09Copy full SHA for 7453a09
‎.eslintrc.json
@@ -71,6 +71,11 @@
71
"group": "builtin",
72
"position": "before"
73
},
74
+ {
75
+ "pattern": "@customTypes/**",
76
+ "group": "builtin",
77
+ "position": "before"
78
+ },
79
{
80
"pattern": "@services/**",
81
‎tsconfig.json
@@ -33,6 +33,7 @@
33
"@guards/*": [ "app/core/guards/*" ],
34
"@constants/*": [ "app/core/constants/*" ],
35
"@mocks/*": [ "app/core/mocks/*" ],
36
+ "@customTypes/*": [ "app/core/types/*" ],
37
}
38
39
"angularCompilerOptions": {
0 commit comments