@josselinbuils/eslint-config-react
v0.4.1
Published
My own eslint rules for React projects.
Downloads
1
Readme
eslint-config-react
My own eslint rules for React/TypeScript projects.
Install
yarn add -D @josselinbuils/eslint-config-react
Usage
// .eslintrc.js
module.exports = {
extends: '@josselinbuils/eslint-config-react',
};