add:合同导出功能
This commit is contained in:
@@ -19,8 +19,8 @@ module.exports = {
|
||||
rules: {
|
||||
// allow async-await
|
||||
'generator-star-spacing': 'off',
|
||||
// allow debugger during development
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
||||
// allow during development
|
||||
'no- ': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
||||
},
|
||||
global:{
|
||||
PubSub:true
|
||||
|
||||
Reference in New Issue
Block a user