1.0.0 • Published 2 years ago

@hiperative/eslint-config v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

@hiperative/eslint-config

Hiperative's base ESLint config.

Installation

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

# OR

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

Usage

After installing, update your project's .eslintrc file to import the rule sets you want:

{
  "extends": ["@hiperative/eslint-config"]
}

TypeScript support

You can also enable by installing typescript and using as:

{
  "extends": ["@hiperative/eslint-config/typescript"]
}

Read the ESlint config docs for more information.