@chernodub/eslint-config
v4.0.2
Published
typescript-only, framework-agnostic eslint config
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-configtoextendsof your eslint config (oroverridessection)
Development
- Very useful tool for querying AST via no-restricted-syntax - https://astexplorer.net/
