Skip to content

Commit

Permalink
Fix eslintignore when run within cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Dec 24, 2023
1 parent 5d9ac7c commit ef557aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/_retain
/cli/test/fixture/esm.*
1 change: 1 addition & 0 deletions cli/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/test/fixture/esm.*

0 comments on commit ef557aa

Please sign in to comment.