1 Star 2 Fork 1

Lauset / vuetom-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.json 584 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lauset 提交于 2022-05-03 06:30 . chore: rollup params update
{
"extends": "airbnb-base",
"plugins": [
"jest"
],
"env": {
"jest/globals": true
},
"globals": {
"window": true,
"vuetom": true
},
"rules": {
"semi": [
2,
"never"
],
"comma-dangle": [
"error",
"never"
],
"no-param-reassign": [
0
],
"func-names": [
0
],
"import/no-extraneous-dependencies": [
0
],
"import/no-unresolved": [
2,
{
"ignore": [
"vuetom"
]
}
],
"import/extensions": [
2,
"never"
]
}
}
TypeScript
1
https://gitee.com/lauset/vuetom-js.git
git@gitee.com:lauset/vuetom-js.git
lauset
vuetom-js
vuetom-js
main

搜索帮助