@theedoran/eslint-config-next
v1.0.8
Published
Next.js TypeScript + Prettier ESLint configuration
Downloads
6
Maintainers
Readme
@theedoran/eslint-config-next
This package includes a sensible ESLint configuration for NextJS.
It includes TypeScript
and prettier
configuration.
Usage
Installation
npm i -D @theedoran/eslint-config-next
Configuration
Create a .eslintrc.json
file in the root of your project and extend the ESLint configuration, like this:
{
"extends": "@theedoran/eslint-config-next"
}
License
This package is licensed under the MIT License.