1.0.1 • Published 6 years ago

@entirety/eslint-config-entirety v1.0.1

Weekly downloads
-
License
MIT OR Apache-2.0
Repository
github
Last release
6 years ago

eslint-config-entirety npm downloads

An ESLint Shareable Config

Install

Using NPM:

npm install --save-dev @entirety/eslint-config-entirety

Using Yarn:

yarn add --dev @entirety/eslint-config-entirety

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

To use the Entirety shareable config, first run this:

Using NPM:

npm install --save-dev eslint @entirety/eslint-config-entirety

Using Yarn:

yarn add --dev eslint @entirety/eslint-config-entirety

Then, add this to your .eslintrc file:

{
  "extends": "@entirety/entirety"
}

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

1.0.1

6 years ago

1.0.0

6 years ago