with-typescript-eslint-jest example doesn't detect format/lint issues #13478
Unanswered
weedgrease
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey y'all!
Just installed a brand new
with-typescript-eslint-jest
app withyarn create next-app
and uncommitted the prettier extensions so my.eslintrc.json
file looks like:Then I went into
pages/index.tsx
and added;;
to the end of the first import and then ranyarn run lint
and eslint didn't detect any errors. I thought VS Code eslint plugin was being wacky but the CLI returning no errors makes me super confused. I've had the most frustrating time implementing ESLint and Prettier with my Next.js project so I thought this starter would work out of the box.Beta Was this translation helpful? Give feedback.
All reactions