eslint-config-react-app

eslint 针对 react 的插件

create-react-app 的辅助插件

https://github.com/facebook/create-react-app

eslint 增加配置

1
2
3
{
  "extends": ["react-app", "react-app/jest"]
}