0.1.2 • Published 4 years ago
@sotream/eslint-config-react-ts v0.1.2
ESLint config file for React TypeScript projects
Installation
With yarn:
yarn add -D @sotream/eslint-config-react-tsWith npm:
npm i -D @sotream/eslint-config-react-tsUsage
Create .eslintrc.js file:
module.exports = {
"extends": [
"@sotream/eslint-config-react-ts"
],
"rules": {
// overrides ...
}
}