1 Star 0 Fork 13

坑哥/EspBlufiForWx

forked from 小康师兄/EspBlufiForWx 
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
小康师兄 authored 2022-08-08 18:00 . UI初步
/*
* 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: {},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sodwell/esp-blufi-for-wx.git
git@gitee.com:sodwell/esp-blufi-for-wx.git
sodwell
esp-blufi-for-wx
EspBlufiForWx
master

Search