Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 695 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 695 Bytes

eslint-config for typescript npm badge

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

  1. npm i -D @chernodub/eslint-config
  2. Add @chernodub/eslint-config to extends of your eslint config (or overrides section)

Development