1.0.5 • Published 1 year ago
@flow97/eslint-config-react v1.0.5
@flow97/eslint-config-react
Install
pnpm add eslint @flow97/eslint-config-react -DUsage
.eslintrc.js
module.exports = {
root: true,
extends: [require.resolve('@flow97/eslint-config-react')],
}