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:
Patrick
2023-03-07 11:10:56 -05:00
committed by GitHub
parent 1d09a266be
commit 2d2727f753
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"medusa-react": patch
---
fix(eslint): remove unused .eslintignore in medusa-react package

View File

@@ -1 +0,0 @@
src/types.ts