eslint config xo space:具有2个空格缩进的XO的ESLint可共享配置 源码
eslint-config-xo-space 具有2位缩进的ESLint 这是针对高级用户的。 使用而不要使用它。 安装 $ npm install --save-dev eslint-config-xo-space 用法 在您的package.json添加一些ESLint配置: { " name " : " my-awesome-project " , " eslintConfig " : { " extends " : " xo-space " } } 或.eslintrc : { " extends " : " xo-space " } 支持解析ES2015 +
下载地址
用户评论