@chernodub/eslint-config
v4.0.2
Published
typescript-only, framework-agnostic eslint config
Downloads
64
Maintainers
Readme
eslint-config for typescript
I use this configuration for my personal projects that are built with different frameworks. The configuration is quite strict, so you may want to disable some rules in your project.
Installation
npm i -D @chernodub/eslint-config
- Add
@chernodub/eslint-config
toextends
of your eslint config (oroverrides
section)
Development
- Very useful tool for querying AST via no-restricted-syntax - https://astexplorer.net/