Skip to content

Commit 6c36e93

Browse files
feat: add fastify-floating-promises example
2 parents 6861313 + 9db9ddd commit 6c36e93

File tree

7 files changed

+722
-13
lines changed

7 files changed

+722
-13
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
Various examples of working with typescript-eslint. 📝
44

5-
| Example | Use Case |
6-
| --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
7-
| [`eslint-plugin-example-typed-linting`](./examples/eslint-plugin-example-typed-linting) | ESLint plugin showing typed linting with `@typescript-eslint/utils`. |
8-
| [`flat-config-disable-type-checked`](./examples/flat-config-disable-type-checked) | Linting TypeScript code with type information, disabling typed rules on `*.js` files. |
9-
| [`flat-config-typed`](./examples/flat-config-typed) | Linting TypeScript code with type information using Project Service. |
10-
| [`flat-config-typed-tsconfig`](./examples/flat-config-typed-tsconfig) | Linting TypeScript code with type information and a `tsconfig.eslint.json`. |
11-
| [`flat-config-untyped`](./examples/flat-config-untyped) | Linting TypeScript code without type information. |
12-
| [`node-test-floating-promises`](./examples/node-test-floating-promises) | Using `node:test` along the `@typescript-eslint/no-floating-promises` `allowForKnownSafeCalls` option. |
13-
| [`typed-rule-via-linter`](./examples/typed-rule-via-linter) | Running a single typed rule via ESLint's `Linter` class. |
14-
| [`typescript-estree-standalone`](./examples/typescript-estree-standalone) | Using the `@typescript-eslint/estree` package to generate an AST standalone (without ESLint). |
5+
| Example | Use Case |
6+
| --------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
7+
| [`eslint-plugin-example-typed-linting`](./examples/eslint-plugin-example-typed-linting) | ESLint plugin showing typed linting with `@typescript-eslint/utils`. |
8+
| [`fastify-floating-promises`](./examples/fastify-floating-promises) | Using Fastify along with the `@typescript-eslint/no-floating-promises` `allowForKnownSafePromises` option. |
9+
| [`flat-config-disable-type-checked`](./examples/flat-config-disable-type-checked) | Linting TypeScript code with type information, disabling typed rules on `*.js` files. |
10+
| [`flat-config-typed`](./examples/flat-config-typed) | Linting TypeScript code with type information using Project Service. |
11+
| [`flat-config-typed-tsconfig`](./examples/flat-config-typed-tsconfig) | Linting TypeScript code with type information and a `tsconfig.eslint.json`. |
12+
| [`flat-config-untyped`](./examples/flat-config-untyped) | Linting TypeScript code without type information. |
13+
| [`node-test-floating-promises`](./examples/node-test-floating-promises) | Using `node:test` along with the `@typescript-eslint/no-floating-promises` `allowForKnownSafeCalls` option. |
14+
| [`typed-rule-via-linter`](./examples/typed-rule-via-linter) | Running a single typed rule via ESLint's `Linter` class. |
15+
| [`typescript-estree-standalone`](./examples/typescript-estree-standalone) | Using the `@typescript-eslint/estree` package to generate an AST standalone (without ESLint). |

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy