Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rel1cx/eslint-config-with-tsconfig


https://github.com/rel1cx/eslint-config-with-tsconfig

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# ESLint configuration optimized for TypeScript projects

This is a general purpose ESLint configuration for TypeScript projects.

## Plugins included

```json
{
"plugins": [
"@susisu/safe-typescript",
"@typescript-eslint",
"expect-type",
"import-access",
"perfectionist",
"promise",
"react-hooks",
"react-refresh",
"redos-detector",
"regexp",
"security",
"simple-import-sort",
"sonarjs",
"tailwindcss",
"unicorn"
]
}
```