We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e8411 commit 03f41b3Copy full SHA for 03f41b3
.eslintrc.json
@@ -66,6 +66,11 @@
66
"pattern": "rxjs/**",
67
"group": "unknown"
68
},
69
+ {
70
+ "pattern": "@faker-js/**",
71
+ "group": "builtin",
72
+ "position": "before"
73
+ },
74
{
75
"pattern": "@services/**",
76
"group": "builtin",
tsconfig.json
@@ -32,6 +32,7 @@
32
"@interceptors/*": [ "app/core/interceptors/*" ],
33
"@guards/*": [ "app/core/guards/*" ],
34
"@constants/*": [ "app/core/constants/*" ],
35
+ "@mocks/*": [ "app/core/mocks/*" ],
36
}
37
38
"angularCompilerOptions": {
0 commit comments