1 Star 0 Fork 3

孤城旧客 / lx-music-desktop

forked from 亿网科技 / lx-music-desktop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyswhut 提交于 2019-08-16 17:27 . 初始提交
{
"extends": "standard",
"plugins": [
"html"
],
"parser": "babel-eslint",
"rules": {
"no-new": "off",
"camelcase": "off",
"no-return-assign": "off",
"space-before-function-paren": ["error", "never"],
"no-var": "error",
"no-fallthrough": "off",
"prefer-promise-reject-errors": "off",
"eqeqeq": "off",
"no-multiple-empty-lines": [1, {"max": 2}],
"comma-dangle": [2, "always-multiline"],
"standard/no-callback-literal": "off",
"prefer-const": "off"
},
"settings": {
"html/html-extensions": [".html", ".vue"]
}
}
1
https://gitee.com/Mrflyme/lx-music-desktop.git
git@gitee.com:Mrflyme/lx-music-desktop.git
Mrflyme
lx-music-desktop
lx-music-desktop
master

搜索帮助