Skip to content

Commit

Permalink
Removing old alias config
Browse files Browse the repository at this point in the history
  • Loading branch information
andwin committed Jul 8, 2024
1 parent 42a5aa3 commit 06b46db
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,6 @@ const eslintRules = {
], [
'^(@/.*)(/.*|$)',
],
[
'^(@@types)(/.*|$)', // todo: remove this line when we have removed these imports from all projects
],
[
'^(@@utils)(/.*|$)', // todo: remove this line when we have removed these imports from all projects
],
[
'^(@@contexts)(/.*|$)', // todo: remove this line when we have removed these imports from all projects
],
[
'^(@@components)(/.*|$)', // todo: remove this line when we have removed these imports from all projects
],
[
'^(@@.*)(/.*|$)', // todo: remove this line when we have removed these imports from all projects
],
// Parent imports
[
'^\\.\\.(?!/?$)',
Expand Down

0 comments on commit 06b46db

Please sign in to comment.