1.1.5 • Published 3 years ago

@moka-fe/eslint-config v1.1.5

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

@moka-fe/eslint-config

介绍

moka-fe团队,内部lint规范, 集成了 @moka-fe/eslint-plugin prettier, 是moka-fe的代码规范的延伸

moka-fe代码规范

https://code-guidelines.mokahr.com/

如何使用

命令行运行:

 npm install eslint @moka-fe/eslint-config -D

在项目根目录添加eslint.yml文件, 并复制如下内容:

extends:
  - '@moka-fe/eslint-config'

reload你的编辑器, 开始享用吧!