0.1.1 • Published 3 years ago

@ashkan-pm/eslint-plugin-next v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

@ashkan-pm/eslint-plugin-next

ESLint recommended configuration for Next.js

Installation

First make sure you have all the peer dependencies installed, then install @ashkan-pm/eslint-plugin-next:

yarn add -D @ashkan-pm/eslint-plugin-next

Usage

Add the @ashkan-pm/next recommended configuration to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "extends": ["plugin:@ashkan-pm/next/recommended"]
}