Skip to content

Commit

Permalink
Allow us to notice incorrect imports quicker
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Oct 24, 2024
1 parent aa58393 commit dd51ad5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
},
{
"files": ["integration/**/*.ts", "test/**/*.ts", "visual-regression/**/*.ts"],
"rules": {
"import/no-internal-modules": ["error", { "forbid": ["**/assets/**/*"] }]
}
},
{
"files": ["test/assets/**/*.ts"],
"rules": {
"import/no-internal-modules": "off"
}
Expand Down

0 comments on commit dd51ad5

Please sign in to comment.