Move from custom eslint to Next11's eslint-plugin-next #394
Labels
Engineering
Technology and Development Track
Type: Developer Experience
Tickets that improve the developer environment or development process
Milestone
Description
Since we updated to Next 11.1, we now have the ability to make use of eslint-plugin-next and its default configuration to catch common issues with Next.js applications. However, following the documentation here, which is basically:
plugin:plugin:@next/next/recommended
to the list of extends in .eslintrc.jsResults in the following error while running
yarn lint
(aka next lint):TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
Acceptance Criteria
The text was updated successfully, but these errors were encountered: