Skip to content

Commit

Permalink
loosen lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Dec 18, 2024
1 parent 86621de commit e322ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = {
{
patterns: [
'../*', // Disallow relative imports that go up a directory
'./*/**', // Disallow relative imports that go down a directory
'src/*', // Disallow absolute imports starting with `src/` and enforce alias usage
],
},
Expand Down

0 comments on commit e322ad1

Please sign in to comment.