1 Star 0 Fork 4

Earlman/宝宝速记prod

forked from 习惯丶/宝宝速记prod 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.eslintrc.js 587 Bytes
Copy Edit Raw Blame History
unknown authored 2022-07-23 16:09 . 获取用户信息接口修改
/*
* Eslint config file
* Documentation: https://eslint.org/docs/user-guide/configuring/
* Install the Eslint extension before using this feature.
*/
module.exports = {
env: {
es6: true,
browser: true,
node: true,
},
ecmaFeatures: {
modules: true,
},
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',
},
globals: {
wx: true,
App: true,
Page: true,
getCurrentPages: true,
getApp: true,
Component: true,
requirePlugin: true,
requireMiniProgram: true,
},
// extends: 'eslint:recommended',
rules: {},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
wechat
1
https://gitee.com/earlman/baby-shorthand-prod.git
git@gitee.com:earlman/baby-shorthand-prod.git
earlman
baby-shorthand-prod
宝宝速记prod
master

Search