3.0.2 • Published 2 years ago
@relucent.dev/eslint-config v3.0.2
Relucent ESLint Config

Shared ESLint config for Relucent projects.
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
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
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.2.10
3 years ago
1.2.11
3 years ago
1.2.9
3 years ago
1.2.8
3 years ago
1.2.7
3 years ago
1.2.6
3 years ago
1.2.5
3 years ago
1.2.4
3 years ago
1.2.3
3 years ago
1.2.2
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago