1 Star 0 Fork 0

小而强大 / squadmc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
root: true,
env: {
node: true,
},
extends: ["plugin:vue/strongly-recommended", "@vue/airbnb"],
rules: {
"no-console": "off",
quotes: ["error", "double"],
"no-mixed-operators": "off",
"linebreak-style": "off",
"max-len": ["error", 120],
"prefer-destructuring": "off",
"no-plusplus": "off",
"no-underscore-dangle": ["error", {
allowAfterThis: true,
allowAfterSuper: true,
}],
"no-param-reassign": "off",
},
parserOptions: {
parser: "babel-eslint",
},
};
NodeJS
1
https://gitee.com/scphbin/squadmc.git
git@gitee.com:scphbin/squadmc.git
scphbin
squadmc
squadmc
dev

搜索帮助