3.0.2 • Published 1 day ago

@relucent.dev/eslint-config v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

Relucent ESLint Config

Relucent Shared ESLint Config Cover Image

Shared ESLint config for Relucent projects.

@relucent.dev/eslint-config version

Usage

// eslint.config.js
import relucentESLint from "@relucent.dev/eslint-congig";

export default [
  // To use the default rules
  relucentESLint(),
];

or adjust some things:

// eslint.config.js
import relucentESLint from "@relucent.dev/eslint-congig";

export default [
  relucentESLint({
    /** Enable Prettier Rules. Default: true */
    prettier: true,

    /** Enable TypeScript Rules. Default: true */
    typescript: true,

    /** Enable Jest Rules. Default: true */
    jest: true,
  }),
];

License

MIT © 2024 Relucent Ltd

Contact

Relucent Ltd: https://relucent.dev <hello@relucent.dev>

Project Manager: Dom Webber https://domwebber.dev <dom.webber@hotmail.com>

3.0.2

1 day ago

3.0.1

6 days ago

3.0.0

6 days ago

2.0.7

1 month ago

2.0.6

1 month ago

2.0.5

1 month ago

2.0.4

1 month ago

2.0.3

3 months ago

2.0.2

5 months ago

2.0.1

5 months ago

2.0.0

5 months ago

1.2.10

5 months ago

1.2.11

5 months ago

1.2.9

5 months ago

1.2.8

5 months ago

1.2.7

5 months ago

1.2.6

5 months ago

1.2.5

5 months ago

1.2.4

5 months ago

1.2.3

5 months ago

1.2.2

5 months ago

1.2.1

5 months ago

1.2.0

5 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago