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.
I'm using next core web vitals, doesnt this include
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