@the-arc-gmbh/eslint-config-next

1.0.0-beta.2 • Public • Published

ESLint NextJS Configuration for THE ARC projects

Additional Rules can be found on the eslint website.

Contains the ESLint configuration used for NextJS projects maintained by the THE ARC team.

Installation

You can install ESLint using npm:

npm install eslint --save-dev

or using yarn

yarn add -D eslint

Then install this configuration:

npm install @the-arc-gmbh/eslint-config-next --save-dev

or

yarn add -D @the-arc-gmbh/eslint-config-next

Usage

In your package.json file, add:

{
    "extends": "@the-arc-gmbh/eslint-config-next",
}

Package Sidebar

Install

npm i @the-arc-gmbh/eslint-config-next

Weekly Downloads

1

Version

1.0.0-beta.2

License

MIT

Unpacked Size

14.3 kB

Total Files

4

Last publish

Collaborators

  • the-arc