3.0.4 • Published 10 months ago
@chubbyts/chubbyts-eslint v3.0.4
chubbyts-eslint
Description
ESLint Configuration for chubbyts libraries / framework / projects.
Requirements
- node: 18
- @eslint/js": ^9.17.0
- eslint: ^9.17.0
- eslint-import-resolver-typescript: ^3.7.0
- eslint-plugin-functional: ^7.2.0
- eslint-plugin-import: ^2.31.0
- eslint-plugin-unused-imports: ^4.1.4
- typescript-eslint: ^8.19.0
Installation
Through NPM as @chubbyts/chubbyts-eslint.
npm i @chubbyts/chubbyts-eslint@^3.0.4
Configuration
Commonjs
tsconfig.eslint.json
Example for a codebase with typescript files in src and tests:
{
"extends": "./tsconfig.json",
"include": [
"eslint.config.cjs",
"src",
"tests"
],
}
eslint.config.cjs
module.exports = require('@chubbyts/chubbyts-eslint/dist/eslint.config').default;
Module
tsconfig.eslint.json
Example for a codebase with typescript files in src and tests:
{
"extends": "./tsconfig.json",
"include": [
"eslint.config.mjs",
"src",
"tests"
],
}
eslint.config.mjs
export { default } from '@chubbyts/chubbyts-eslint/dist/eslint.config';
Copyright
2025 Dominik Zogg
3.0.4
10 months ago
3.0.3
10 months ago
3.0.2
10 months ago
3.0.1
10 months ago
3.0.0-rc.2
10 months ago
3.0.0-rc.1
10 months ago
3.0.0
10 months ago
3.0.0-rc.4
10 months ago
3.0.0-rc.3
10 months ago
3.0.0-beta.0
12 months ago
2.0.5
1 year ago
2.0.4
1 year ago
2.0.7
1 year ago
2.0.6
1 year 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.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.0
3 years ago