Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ All peer dependencies used by `@code-pushup/eslint-config` are listed below, alo

| | NPM package | Version | Required |
| :--------------------------------------------------------: | :--------------------------------------------------------------------------------------------------- | :----------------------------------------------: | :------: |
| ![eslint](./docs/icons/material/eslint.png) | [eslint](https://www.npmjs.com/package/eslint) | `^9.0.0` | ✅ |
| ![eslint](./docs/icons/material/eslint.png) | [@eslint/js](https://www.npmjs.com/package/@eslint/js) | `^9.0.0` | ✅ |
| ![eslint](./docs/icons/material/eslint.png) | [eslint](https://www.npmjs.com/package/eslint) | `^9.0.0 \|\| ^10.0.0` | ✅ |
| ![eslint](./docs/icons/material/eslint.png) | [@eslint/js](https://www.npmjs.com/package/@eslint/js) | `^9.0.0 \|\| ^10.0.0` | ✅ |
| ![lambda](./docs/icons/icons8/lambda.png) | [eslint-plugin-functional](https://www.npmjs.com/package/eslint-plugin-functional) | `^7.0.0 \|\| ^8.0.0 \|\| ^9.0.0` | ✅ |
| ![import](./docs/icons/icons8/import.png) | [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import) | `^2.31.0` | ✅ |
| ![import](./docs/icons/icons8/import.png) | [eslint-import-resolver-typescript](https://www.npmjs.com/package/eslint-import-resolver-typescript) | `^3.0.0 \|\| ^4.0.0` | |
Expand Down
4 changes: 2 additions & 2 deletions docs/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Config for **Angular** projects.

4. Refer to [step 3 in TypeScript config's setup docs](./typescript.md#🏗️-setup) for how to set up tsconfig properly.

## 📏 Rules (459)
## 📏 Rules (462)

**378** rules are included from [`typescript` config](./typescript.md#📏-rules-378). For brevity, only the **81** additional rules are listed in this document.
**381** rules are included from [`typescript` config](./typescript.md#📏-rules-381). For brevity, only the **81** additional rules are listed in this document.

> 🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>💡 Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>🧪🚫 Disabled for [test files](../README.md#🧪-test-overrides).<br>🧪⚠️ Severity lessened to warning for [test files](../README.md#🧪-test-overrides).

Expand Down
4 changes: 2 additions & 2 deletions docs/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Config for **GraphQL servers** implemented in Node.js.
);
```

## 📏 Rules (347)
## 📏 Rules (350)

**323** rules are included from [`node` config](./node.md#📏-rules-323). For brevity, only the **24** additional rules are listed in this document.
**326** rules are included from [`node` config](./node.md#📏-rules-326). For brevity, only the **24** additional rules are listed in this document.

> 🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>💡 Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>🧪🚫 Disabled for [test files](../README.md#🧪-test-overrides).<br>🧪⚠️ Severity lessened to warning for [test files](../README.md#🧪-test-overrides).

Expand Down
13 changes: 8 additions & 5 deletions docs/javascript.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/ngrx.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Config for **Angular** projects using **NgRx** library.

4. Refer to [step 3 in TypeScript config's setup docs](./typescript.md#🏗️-setup) for how to set up tsconfig properly.

## 📏 Rules (489)
## 📏 Rules (492)

**459** rules are included from [`angular` config](./angular.md#📏-rules-459). For brevity, only the **30** additional rules are listed in this document.
**462** rules are included from [`angular` config](./angular.md#📏-rules-462). For brevity, only the **30** additional rules are listed in this document.

> 🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>💡 Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>🧪🚫 Disabled for [test files](../README.md#🧪-test-overrides).<br>🧪⚠️ Severity lessened to warning for [test files](../README.md#🧪-test-overrides).

Expand Down
4 changes: 2 additions & 2 deletions docs/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Config for **Node.js** projects.

For more information, refer to [`eslint-plugin-n` docs](https://github.com/eslint-community/eslint-plugin-n?tab=readme-ov-file#configured-nodejs-version-range).

## 📏 Rules (323)
## 📏 Rules (326)

**319** rules are included from [`javascript` config](./javascript.md#📏-rules-319). For brevity, only the **4** additional rules are listed in this document.
**322** rules are included from [`javascript` config](./javascript.md#📏-rules-322). For brevity, only the **4** additional rules are listed in this document.

> 🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>💡 Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>🧪🚫 Disabled for [test files](../README.md#🧪-test-overrides).<br>🧪⚠️ Severity lessened to warning for [test files](../README.md#🧪-test-overrides).

Expand Down
4 changes: 2 additions & 2 deletions docs/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Config for **React** projects.
export default defineConfig(...react);
```

## 📏 Rules (420)
## 📏 Rules (423)

**319** rules are included from [`javascript` config](./javascript.md#📏-rules-319). For brevity, only the **101** additional rules are listed in this document.
**322** rules are included from [`javascript` config](./javascript.md#📏-rules-322). For brevity, only the **101** additional rules are listed in this document.

> 🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>💡 Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>🧪🚫 Disabled for [test files](../README.md#🧪-test-overrides).<br>🧪⚠️ Severity lessened to warning for [test files](../README.md#🧪-test-overrides).

Expand Down
Loading
Loading