@study-sea/eslint-config-react
v0.0.7
Published
eslint rules for react
Downloads
4
Maintainers
Readme
@study-sea/eslint-config-react
pnpm i @study-sea/eslint-config-react
自定义 react+ts 共享 eslint 配置
// .eslintrc
{
"extends": [
"@study-sea/eslint-config-react"
]
}