158 Star 1.4K Fork 242

GVPElliott / CopyTranslator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
Elliott Zheng 提交于 2020-04-14 19:43 . restorefrom config
module.exports = {
root: true,
env: {
node: true
},
extends: ["plugin:vue/essential", "@vue/prettier", "@vue/typescript"],
rules: {
"no-console": "off",
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off"
},
parserOptions: {
parser: "@typescript-eslint/parser"
},
overrides: [
{
files: [
"**/__tests__/*.{j,t}s?(x)",
"**/tests/unit/**/*.spec.{j,t}s?(x)"
],
env: {
jest: true
}
}
]
};
TypeScript
1
https://gitee.com/ylzheng/CopyTranslator.git
git@gitee.com:ylzheng/CopyTranslator.git
ylzheng
CopyTranslator
CopyTranslator
master

搜索帮助