2 Star 1 Fork 0

makeit.vip / miitvip-anchor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
makeit.vip 提交于 2021-01-26 15:01 . 代码规范配置文件
{
"root": true,
"env": {
"browser": true,
"node": true,
"es6": true
},
"extends": [
"plugin:vue/recommended",
"prettier"
],
"parserOptions": {
"ecmaVersion": 2020
},
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"extends": [
"@vue/typescript/recommended",
"@vue/prettier",
"@vue/prettier/@typescript-eslint"
],
"rules": {
"semi": "off",
"quotes": ["error", "single", {
"allowTemplateLiterals": true,
"avoidEscape": true
}],
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/class-name-casing": "off"
}
}
],
"rules": {
"no-console": "off",
"no-debugger": "off",
"no-var": "error",
"semi": "off",
"camelcase": "off",
"no-extra-boolean-cast": "off"
}
}
TypeScript
1
https://gitee.com/wildidea/miitvip-anchor.git
git@gitee.com:wildidea/miitvip-anchor.git
wildidea
miitvip-anchor
miitvip-anchor
main

搜索帮助