1 Star 0 Fork 27

傲笑红尘 / mpx

forked from DiDi-opensource / mpx 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.eslintrc.js 315 Bytes
Copy Edit Raw Blame History
skyADMIN authored 2018-12-06 17:05 . init
module.exports = {
root: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module'
},
extends: 'standard',
plugins: [
'html'
],
'globals': {
'wx': false,
'my': false,
'Component': false,
'Page': false,
'App': false
},
rules: {
'no-cond-assign': 0
}
}
JavaScript
1
https://gitee.com/casson/mpx.git
git@gitee.com:casson/mpx.git
casson
mpx
mpx
master

Search