Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rel1cx/eslint-config-with-tsconfig
https://github.com/rel1cx/eslint-config-with-tsconfig
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rel1cx/eslint-config-with-tsconfig
- Owner: Rel1cx
- License: apache-2.0
- Created: 2023-03-11T09:30:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T20:35:33.000Z (9 months ago)
- Last Synced: 2024-04-03T05:25:54.075Z (9 months ago)
- Language: TypeScript
- Size: 287 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
]
}
```