0.0.7 • Published 2 years ago

eslint-config-cupshe v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

eslint-config-cupshe 介绍

eslint-config-cupshe是CUPSHE团队的ESLint配置。目前发布初版,目前大约有130条规则,包含可能存在的错误、最佳实践、变量、代码风格、ES6相关等5个大的规则板块。

项目接入使用

第一步:安装eslint-config-cupshe

第二步:添加或者修改.eslintrc.js 配置文件

module.exports = {
  ……
  extends: ['eslint-config-cupshe'],
  extends: ['eslint-config-cupshe', 'plugin:prettier/recommended'], // 如果需要用prettier覆盖eslint的代码格式化规则,将prettier配置放置在最后
  ……
}
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago