1 Star 0 Fork 49

LearnToStrong/MusicFreeDesktop

forked from 猫头猫/MusicFreeDesktop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
猫头猫 提交于 2023-06-24 20:16 . feat: 插件安装
{
"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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LearnToStrong_admin/MusicFreeDesktop.git
git@gitee.com:LearnToStrong_admin/MusicFreeDesktop.git
LearnToStrong_admin
MusicFreeDesktop
MusicFreeDesktop
master

搜索帮助