1.0.2 • Published 11 months ago

@frandnb/eslint-awesome-config v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

@frandnb/eslint-awesome-config

ESLint configuration optimized for projects using Next.js, React, and Node.js.

Installation

You can install this package via npm:

npm install --save-dev @frandnb/eslint-awesome-config

# or

yarn add -D @frandnb/eslint-awesome-config

Usage

Add the following to your .eslintrc.json file:

{
  "extends": "@frandnb/eslint-awesome-config"
}