1 Star 1 Fork 39

杰客网络 / MusicFreeDesktop

forked from 猫头猫 / MusicFreeDesktop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 739 Bytes
一键复制 编辑 原始数据 按行查看 历史
猫头猫 提交于 2023-10-17 09:15 . 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",
"prefer-const": "warn"
}
}
1
https://gitee.com/jack-net/MusicFreeDesktop.git
git@gitee.com:jack-net/MusicFreeDesktop.git
jack-net
MusicFreeDesktop
MusicFreeDesktop
master

搜索帮助