8.1.1 • Published 9 months ago

@elementx-ai/eslint-config v8.1.1

Weekly downloads
-
License
Unlicense
Repository
github
Last release
9 months ago

ElementX's Eslint Config

This package provides ElementX's eslint config as an extensible shared config :sparkles:

Install and Setup

Install the library using:

npm i -D eslint @elementx-ai/eslint-config

Usage

Create a eslint.config.js file in the root of the repo you are working on and import the config you wish to use

e.g. using the ts linting rules (additional rules can be added to the array)

// eslint.config.js
import ts from "@elementx-ai/eslint-config/configs/ts.js";

export default [
    ...ts,
    // anything from here will override ts
    {
        rules: {
            "no-unused-vars": "warn"
        }
    }
];
8.1.0

9 months ago

8.0.1

10 months ago

8.0.3

10 months ago

8.1.1

9 months ago

8.0.2

10 months ago

8.0.4

10 months ago

7.2.2

10 months ago

7.2.1

11 months ago

7.2.0

2 years ago

7.1.1

3 years ago

7.1.0

3 years ago

7.0.1

3 years ago

7.0.0

3 years ago

8.0.0

3 years ago

6.3.0

3 years ago

6.2.0

3 years ago

6.1.0

3 years ago

6.0.1

3 years ago

6.0.0

3 years ago