1 Star 0 Fork 104

Ivon_YuaN/GBlog-wx

forked from fuzui/GBlog-wx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 513 Bytes
一键复制 编辑 原始数据 按行查看 历史
fuzui 提交于 2021-11-01 23:21 . style: 规范代码
module.exports = {
root: true,
env: {
browser: true,
commonjs: true,
es2021: true,
node: true
},
extends: ['standard', 'plugin:prettier/recommended'],
plugins: ['prettier'],
parserOptions: {
requireConfigFile: false,
ecmaVersion: 2021,
sourceType: 'module'
},
rules: {},
globals: {
App: true,
Page: true,
Component: true,
Behavior: true,
wx: true,
my: true,
swan: true,
getApp: true,
getCurrentPages: true,
getDate: true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ivonyuan/GBlog-wx.git
git@gitee.com:ivonyuan/GBlog-wx.git
ivonyuan
GBlog-wx
GBlog-wx
master

搜索帮助