0.3.3 • Published 1 month ago

@obusk/eslint-config-next v0.3.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

@obusk/eslint-config-next

A strict configuration for using Next.js and Tailwind

Installation

npm install --save-dev @obusk/eslint-config-next

Usage

Add the following to your .eslintrc file:

{
  "extends": "@obusk/next"
}