3.0.4 • Published 10 months ago

@chubbyts/chubbyts-eslint v3.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

chubbyts-eslint

CI npm-version

bugs code_smells duplicated_lines_density ncloc sqale_rating alert_status reliability_rating security_rating sqale_index vulnerabilities

Description

ESLint Configuration for chubbyts libraries / framework / projects.

Requirements

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