1. 首页
  2. 数据库
  3. 其它
  4. eslint config xo flow:ESLint可与eslint config xo一起使用的Flow共享配置 源码

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

上传者: 2021-02-06 04:53:34上传 ZIP文件 5.03KB 热度 15次
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
用户评论