Unmaintained: ESLint config is now included in bootstrap!
This package includes a sensible ESLint configuration for NextJS.
It includes TypeScript
and prettier
configuration.
npm i -D @theedoran/eslint-config-next
Create a .eslintrc.json
file in the root of your project and extend the ESLint configuration, like this:
{
"extends": "@theedoran/eslint-config-next"
}
This package is licensed under the MIT License.