Various examples of working with typescript-eslint. ๐
| Example | Use Case | 
|---|---|
| eslint-plugin-example-typed-linting | ESLint plugin showing typed linting with @typescript-eslint/utils. | 
| fastify-floating-promises | Using Fastify along with the @typescript-eslint/no-floating-promisesallowForKnownSafePromisesoption. | 
| flat-config-disable-type-checked | Linting TypeScript code with type information, disabling typed rules on *.jsfiles. | 
| flat-config-typed | Linting TypeScript code with type information using Project Service. | 
| flat-config-typed-tsconfig | Linting TypeScript code with type information and a tsconfig.eslint.json. | 
| flat-config-untyped | Linting TypeScript code without type information. | 
| node-test-floating-promises | Using node:testalong with the@typescript-eslint/no-floating-promisesallowForKnownSafeCallsoption. | 
| typed-rule-via-linter | Running a single typed rule via ESLint's Linterclass. | 
| typescript-estree-standalone | Using the @typescript-eslint/estreepackage to generate an AST standalone (without ESLint). |