1.0.1 • Published 8 months ago
@flow97/eslint-config-react v1.0.1
@flow97/eslint-config-react
Install
pnpm add eslint @flow97/eslint-config-react -D
Usage
.eslintrc.js
module.exports = {
root: true,
extends: [require.resolve('@flow97/eslint-config-react')],
}