@tangjj1996/eslint-config-react
v1.0.9
Published
personal react eslint config
Downloads
5
Readme
Usage
eslint as config peerDependencies, so Make sure you have installed it in DevDependencies. Then
npm[yarn|pnpm] install @tangjj1996/eslint-config-react --devFinnally, add the following to your .eslintrc.js file
module.exports = {
extends: "@tangjj1996/eslint-config-react"
}