1.1.4 • Published 5 months ago

@concepta/eslint-config v1.1.4

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
5 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.4

5 months ago

1.1.3

5 months ago

1.1.2-alpha.0

7 months ago

1.1.2

7 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago