fix(eslint): remove unused .eslintignore in medusa-react package (#3406)
## What remove unused .eslintignore in medusa-react package ## Why Some IDEs, like JetBrains, will establish the eslint working directory by finding the nearest .eslintrc or .eslintignore file. The .eslintignore in `/packages/medusa-react` adds complexity to configuring and resolving eslint for that package. ## How .eslintignore is already declared at the root of the monorepo and /packages/medusa-react is already ignored as a whole. We can safely remove the `.eslintignore` from `/packages/medusa-react`
This commit is contained in:
5
.changeset/tricky-apes-behave.md
Normal file
5
.changeset/tricky-apes-behave.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"medusa-react": patch
|
||||
---
|
||||
|
||||
fix(eslint): remove unused .eslintignore in medusa-react package
|
||||
@@ -1 +0,0 @@
|
||||
src/types.ts
|
||||
Reference in New Issue
Block a user