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
When I use the example, with-typescript-eslint-jest example, I always met following warning in the default file tree:
% yarn lint
yarn run v1.22.10
$ eslint . --ext ts --ext tsx --ext js
Warning: React version not specified in eslint-plugin-react settings. See https://github.com/yannickcr/eslint-plugin-react#configuration .
✨ Done in 2.26s.
I want to suppress this message.
Expected Behavior
The lint message should be the following:
% yarn lint
yarn run v1.22.10
$ eslint . --ext ts --ext tsx --ext js
✨ Done in 2.17s.
To Reproduce
Execute following commands
npx create-next-app --example with-typescript-eslint-jest test
cd test
yarn lint
Thank you for reading!
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 28, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Next.js are you using?
10.0.5
What version of Node.js are you using?
14.15.1
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
next start
Describe the Bug
When I use the example, with-typescript-eslint-jest example, I always met following warning in the default file tree:
I want to suppress this message.
Expected Behavior
The lint message should be the following:
To Reproduce
Execute following commands
Thank you for reading!
The text was updated successfully, but these errors were encountered: