1.0.0-beta.2 • Published 3 years ago
@the-arc-gmbh/eslint-config-next v1.0.0-beta.2
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-devor using yarn
yarn add -D eslintThen install this configuration:
npm install @the-arc-gmbh/eslint-config-next --save-devor
yarn add -D @the-arc-gmbh/eslint-config-nextUsage
In your package.json file, add:
{
"extends": "@the-arc-gmbh/eslint-config-next",
}