You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After I added the !.storybook into the Eslint ignorePatterns, got the error that package.json path is not correct
Error: `The provided path in your eslintrc.json - /****/monorepo/package.json is not a valid path to a package.json file or your package.json file is not in the same folder as ESLint is running from.
To Reproduce
Steps to reproduce the behavior:
my folder structure
monorepo
- web
- package.json
- .storybook
- stories
Expected behavior
expect the eslint work properly
The text was updated successfully, but these errors were encountered:
Describe the bug
After I added the
!.storybook
into the Eslint ignorePatterns, got the error that package.json path is not correctError: `The provided path in your eslintrc.json - /****/monorepo/package.json is not a valid path to a package.json file or your package.json file is not in the same folder as ESLint is running from.
To Reproduce
Steps to reproduce the behavior:
my folder structure
monorepo
- web
- package.json
- .storybook
- stories
Expected behavior
expect the eslint work properly
The text was updated successfully, but these errors were encountered: