"next/typescript" inside eslintrc.json
Unanswered
Polar bear posted this in #help-forum
Polar bearOP
For some odd reason docs state if i create project using
but whenever i append
am i missing something?
create-next-app with --typescript flag i able to use predefined nextjs eslint configuration for typescript:but whenever i append
"next/typescript" to .eslintrc.json's extends JSON array, i get such an error, while running npm run lint:Failed to load config "next/typescript" to extend from.am i missing something?