0.5.0 • Published 4 years ago

@epiphany/eslint-config v0.5.0

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

ESLint Config

A set of custom ESLint configs inspired by Standard, AirBnB, and Formidable Labs.

Contents

Usage

{
    "extends": [
        "@epiphany/eslint-config/es2017",
        "@epiphany/eslint-config/node"
    ]
}

Installation

yarn

$ yarn add -D @epiphany/eslint-config

npm

$ npm i -D @epiphany/eslint-config

Configs

NameType
@epiphany/eslint-config/es2017Base
@epiphany/eslint-config/es2020Base
@epiphany/eslint-config/typescriptBase
@epiphany/eslint-config/typescript-typesBase
@epiphany/eslint-config/nodeAddon
@epiphany/eslint-config/jestAddon

NOTE: None of the rules in typescript require type-checking in order to run. For those, you'll want to use typescript-types.

License

MIT

0.5.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago