7 Star 151 Fork 51

猫头猫/MusicFreeDesktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.json 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
猫头猫 提交于 2024-05-05 21:30 . feat: add lint
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/recommended",
"plugin:import/electron",
"plugin:import/typescript"
],
"parser": "@typescript-eslint/parser",
"rules": {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-var-requires": "warn",
"import/no-unresolved": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-empty-function": "warn",
"no-empty": "warn",
"no-useless-catch": "warn",
"prefer-const": "warn",
"quotes": [1, "double"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/maotoumao/MusicFreeDesktop.git
git@gitee.com:maotoumao/MusicFreeDesktop.git
maotoumao
MusicFreeDesktop
MusicFreeDesktop
master

搜索帮助