1 Star 0 Fork 469

赵旭东 / 多多客(doodooke)微信小程序SaaS平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 523 Bytes
一键复制 编辑 原始数据 按行查看 历史
kaifa_liang 提交于 2018-10-25 09:35 . no message
module.exports = {
root: true,
env: {
browser: true,
node: true
},
parserOptions: {
parser: "babel-eslint"
},
extends: [
// https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention
// consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules.
"plugin:vue/essential"
],
// required to lint *.vue files
plugins: ["vue"],
// add your custom rules here
rules: {}
};
NodeJS
1
https://gitee.com/system/doodoo.git
git@gitee.com:system/doodoo.git
system
doodoo
多多客(doodooke)微信小程序SaaS平台
master

搜索帮助