5.0.13 • Published 10 months ago

@we.io/eslint-config v5.0.13

Weekly downloads
89
License
MIT
Repository
github
Last release
10 months ago

@we.io/eslint-config

ESLint config with the current coding style at we.io GmbH.

NPM version

Install

npm install @we.io/eslint-config --save-dev

Usage

Add a .eslintrc file to your project.

In general use the base config:

{
    "extends": [
        "@we.io"
    ],
    // ignore configs in other directories
    "root": true
}

For backend projects use:

{
    "extends": [
        "@we.io", // base
        "@we.io/eslint-config/api"
    ],
    // ignore configs in other directories
    "root": true
}

For frontend projects use:

{
    "extends": [
        "@we.io", // base
        "@we.io/eslint-config/ui"
    ],
    // ignore configs in other directories
    "root": true
}

Reminder

ESLint is a peerDependency, so you must install it as well

npm install eslint --save-dev
5.0.13

10 months ago

5.0.10

2 years ago

5.0.11

2 years ago

5.0.12

2 years ago

5.0.9

2 years ago

5.0.8

2 years ago

5.0.7

2 years ago

5.0.5

3 years ago

5.0.4

3 years ago

5.0.3

3 years ago

4.2.2

3 years ago

4.0.4

4 years ago

4.0.3

4 years ago

4.0.2

4 years ago

4.0.0

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

2.2.1

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago