0.1.0 • Published 3 years ago

eslint-config-hzkweb v0.1.0

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

使用方式

需在发布到 npm 后方可使用

在引用的项目中安装依赖 eslint-config-hzkweb

在引用的项目中配置 eslintrc.js 文件

module.exports = {
  extends: ['eslint-config-hzkweb']
};