13 lines
174 B
JavaScript
13 lines
174 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['@antfu'],
|
|
rules: {
|
|
'no-tabs': 0,
|
|
},
|
|
globals: {
|
|
WeixinJSBridge: false,
|
|
wx: false,
|
|
loginCount: true,
|
|
},
|
|
}
|