1 Star 0 Fork 0

star_fan/easySQL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 824 Bytes
一键复制 编辑 原始数据 按行查看 历史
在代码的世界里自由自在 提交于 2021-04-03 10:32 . 初始化项目
module.exports = {
"root": true,
"env": {
"node": true,
"browser": true,
"es6": true
},
"parser": "vue-eslint-parser",
"parserOptions": {
"sourceType": "module",
"parser": "babel-eslint",
"allowImportExportEverywhere": true
},
"extends": ['plugin:vue/recommended', "eslint:recommended"],
"plugins": [
"vue"
],
"rules": {
"vue/max-attributes-per-line": ["error", {
"singleline": 100
}],
"vue/html-self-closing": "off",
"vue/singleline-html-element-content-newline": "off",
"vue/no-v-html": "off",
"vue/multiline-html-element-content-newline": "off",
"no-unused-vars": "off",
"semi": ["error", "never"],
"no-async-promise-executor": "off",
"no-useless-escape": "off",
"no-prototype-builtins": "off",
"no-undef": "off"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/aboutcode-cn/easy-sql.git
git@gitee.com:aboutcode-cn/easy-sql.git
aboutcode-cn
easy-sql
easySQL
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385