3.0.2 • Published 1 year 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
1 year ago
3.0.1
1 year ago
3.0.0
1 year ago
2.0.7
1 year ago
2.0.6
1 year ago
2.0.5
1 year ago
2.0.4
1 year ago
2.0.3
1 year 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