Files
medusa-store/packages
Patrick 2d2727f753 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`
2023-03-07 16:10:56 +00:00
..
2023-02-14 17:30:40 +01:00
2023-02-14 17:30:40 +01:00
2023-02-14 17:27:43 +01:00