eslint-config-ts-react-important-stuff
v3.0.0
Published
An eslint config for important stuff in react / typescript projects
Downloads
119,872
Readme
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"
]
}