6 Star 25 Fork 18

user_499098/xmysql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
v2io 提交于 2019-03-28 18:50 +08:00 . eslint
module.exports = {
extends: ["eslint-config-airbnb-base", "eslint-config-prettier"],
plugins: ["eslint-plugin-import", "eslint-plugin-prettier"],
parserOptions: {
ecmaFeatures: {
ecmaVersion: 6
}
},
env: {
es6: true,
node: true
},
rules: {
"prettier/prettier": ["error", {}],
"max-len": ["error", { code: 2000, ignoreUrls: true }],
"linebreak-style": 0,
"no-use-before-define": ["error", { functions: false, classes: false }],
"no-plusplus": ["error", { allowForLoopAfterthoughts: true }],
"no-underscore-dangle": 0,
"import/no-amd": 0,
"import/no-dynamic-require": 0,
"no-console": 0,
"no-param-reassign": 0,
"no-unused-vars": ["error", { argsIgnorePattern: "next" }],
"comma-dangle": 0
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yunwisdoms/xmysql.git
git@gitee.com:yunwisdoms/xmysql.git
yunwisdoms
xmysql
xmysql
master

搜索帮助