1 Star 1 Fork 0

李锐/wechat-miniprogram-rate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
simsir 提交于 2019-09-10 15:39 . feat: 更新项目版本
module.exports = {
env: {
es6: true,
node: true
},
extends: 'eslint:recommended',
globals: {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly',
// 不对微信全局变量检测报错
window: true,
Component: true,
App: true,
wx: true,
Page: true,
getApp: true,
getCurrentPages: true
},
parser: "babel-eslint",
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module'
},
rules: {
'camelcase': 0, // 不检测驼峰命名
'no-unused-vars': 0, // 不检测未使用变量
'no-case-declarations': 1, // 提醒不恰当的声明
'no-console': 0, // 不检测console
'no-cond-assign': 1, // 禁止条件表达式中出现赋值操作符
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lirui1100/wechat-miniprogram-rate.git
git@gitee.com:lirui1100/wechat-miniprogram-rate.git
lirui1100
wechat-miniprogram-rate
wechat-miniprogram-rate
master

搜索帮助