3.0.0 • Published 5 years ago
eslint-config-ts-react-important-stuff v3.0.0
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"
]
}