1.1.5 • Published 11 months ago

@concepta/eslint-config v1.1.5

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
11 months ago

@concepta/eslint-config

Rockets ESLint Node.JS configuration opinions

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @concepta/eslint-config:

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

Usage

Add @concepta/eslint-config to the extends section of your .eslintrc configuration file.

Node

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

Nest

Requires that you install the optional dependency: @darraghor/eslint-plugin-nestjs-typed

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

React

{
    "extends": [
        "@concepta/eslint-config/react"
    ]
}
1.1.5

11 months ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2-alpha.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago