1.0.5 • Published 5 years ago

@humans-machines/eslint-config v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

@humans-machines/eslint-config

npm (scoped) npm

An ESLint Shareable Config

Install

yarn add @humans-machines/eslint-config

or

npm install @humans-machines/eslint-config

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.

yarn add -D @humans-machines/eslint-config eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node

or

npm install --save-dev @humans-machines/eslint-config eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node

Then, add this to your .eslintrc file:

{
  "extends": "@humans-machines"
}

Note: We omitted the package name /eslint-config 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.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago