nextjs 13 eslint not flagging empty button type or poor indentation

So I am just starting a new nextjs 13 project and I wanted to get some linting rules to help speed things along and keep consistency but it really feels that none of the important linting rules are being triggered like indentation and such. Are these not included in nextjs default eslint.
{
"extends": "next/core-web-vitals"
}
{
"extends": "next/core-web-vitals"
}
I'm using next core web vitals, doesnt this include eslint-plugin-react and should therefore enforce rules like button-has-type and jsx-indent
0 Replies
No replies yetBe the first to reply to this messageJoin