Skip to content

Commit 58d0f36

Browse files
committed
docs: update docs
1 parent 14c217f commit 58d0f36

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

.eslintrc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ module.exports = {
88
'eslint-config-team-spec/prettier',
99
'eslint-config-team-spec/vue',
1010
],
11-
rules: {
12-
'vue/require-direct-export': 'off',
13-
}
1411
}

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,14 @@
1313

1414
- [x] 支持 创建单个组件或组件库。
1515
- [x] 支持 组件库全量加载或按需加载。
16-
- [ ] 支持 TypeScript。
16+
- [x] 支持 TypeScript。
1717
- [x] 支持 Sass。
18-
- [ ] 支持 Less。
19-
- [ ] 支持 Stylus。
2018
- [x] 支持 storybook。
2119
- [x] 支持 storybook 一键发布在线示例。
2220
- [x] GitHub Pages
2321
- [x] 七牛云
2422
- [x] 支持 图片自动转换成 base64(默认小于 1kb)。
25-
- [ ] 支持 图片自动上传至 CDN。
2623
- [x] 支持 使用 Jest 进行单元测试。
27-
- [ ] 支持 移动端调试。
2824
- [x] 支持 快捷功能脚本(如:一键创建组件目录及相关默认文件)。
2925
- [x] 支持 CI/CD。
3026
- [x] travis CI

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"cz-conventional-changelog": "^3.0.2",
4343
"eslint": "^6.8.0",
4444
"eslint-config-prettier": "^6.10.0",
45-
"eslint-config-team-spec": "^1.0.5",
45+
"eslint-config-team-spec": "^1.0.6",
4646
"eslint-plugin-prettier": "^3.1.2",
4747
"eslint-plugin-prettier-vue": "^2.0.2",
4848
"eslint-plugin-vue": "^6.1.2",

0 commit comments

Comments
 (0)