Skip to content

Commit 03f41b3

Browse files
committed
🏷️ add pattern for faker js
1 parent 92e8411 commit 03f41b3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.eslintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
"pattern": "rxjs/**",
6767
"group": "unknown"
6868
},
69+
{
70+
"pattern": "@faker-js/**",
71+
"group": "builtin",
72+
"position": "before"
73+
},
6974
{
7075
"pattern": "@services/**",
7176
"group": "builtin",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@interceptors/*": [ "app/core/interceptors/*" ],
3333
"@guards/*": [ "app/core/guards/*" ],
3434
"@constants/*": [ "app/core/constants/*" ],
35+
"@mocks/*": [ "app/core/mocks/*" ],
3536
}
3637
},
3738
"angularCompilerOptions": {

0 commit comments

Comments
 (0)