3.0.2 • Published 2 years ago

@relucent.dev/eslint-config v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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 <[email protected]>

Project Manager: Dom Webber https://domwebber.dev <[email protected]>

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.10

2 years ago

1.2.11

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago