3.0.0 • Published 5 years ago

eslint-config-ts-react-important-stuff v3.0.0

Weekly downloads
4,784
License
MIT
Repository
github
Last release
5 years ago

eslint-config-ts-react-important-stuff

An eslint config for important stuff in react / typescript projects

Installation and usage

npm install --save-dev eslint-config-ts-react-important-stuff

In your eslint config:

{
  "extends": [
    "ts-react-important-stuff"
  ]
}