eslint config xo flow:ESLint可与eslint config xo一起使用的Flow共享配置 源码

derivative_36250 13 0 ZIP 2021-02-06 04:02:34

eslint-config-xo-flow 与一起使用的ESLint 安装 $ npm install --save-dev eslint-config-xo eslint-config-xo-flow babel-eslint eslint-plugin-flowtype 用法 在您的package.json中添加一些ESLint配置: { " name " : " my-awesome-project " , " eslintConfig " : { " extends " : [ " xo " , " xo-flow " ] } } 或至.eslintrc

用户评论
请输入评论内容
评分:
暂无评论