Skip to content

Commit

Permalink
🔧 Update import paths for custom types in .eslintrc.json and tsconfig…
Browse files Browse the repository at this point in the history
….json
  • Loading branch information
marcode24 committed Jul 13, 2024
1 parent 052c0c1 commit 7453a09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
"group": "builtin",
"position": "before"
},
{
"pattern": "@customTypes/**",
"group": "builtin",
"position": "before"
},
{
"pattern": "@services/**",
"group": "builtin",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@guards/*": [ "app/core/guards/*" ],
"@constants/*": [ "app/core/constants/*" ],
"@mocks/*": [ "app/core/mocks/*" ],
"@customTypes/*": [ "app/core/types/*" ],
}
},
"angularCompilerOptions": {
Expand Down

0 comments on commit 7453a09

Please sign in to comment.