eslint-config-gonzalo-typescript
v0.0.3
Published
前端编码规范文档
Downloads
3
Maintainers
Readme
eslint-config-gonzalo-typescript
优飞数科前端格式化配置
提供基础 TypeScript 有关的 eslint 的共享配置。
软件架构
请在使用前确保您本地开启了eslint
安装教程
# 使用yarn安装
yarn add eslint-config-gonzalo-typescript -D
使用说明
方法 1. 修改 .eslintrc.js
// 编辑您项目.eslintrc.js加上下面这一行
module.exports = {
// ...
"extends": ["eslint-config-gonzalo-typescript"],
// ...
}
参与贡献
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request