Skip to content

thearc-hq/eslint

Repository files navigation

ESLint Base Configuration for THE ARC projects

Additional Rules can be found on the eslint website.

Contains the ESLint configuration used for 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 --save-dev

or

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

Usage

In your package.json file, add:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published