lint:format code style
This commit is contained in:
parent
3666148ddc
commit
98d5f9a247
|
@ -52,7 +52,7 @@ module.exports = {
|
|||
'no-class-assign': 2,
|
||||
'no-cond-assign': 2,
|
||||
'no-const-assign': 2,
|
||||
'no-control-regex': 2,
|
||||
'no-control-regex': 0,
|
||||
'no-delete-var': 2,
|
||||
'no-dupe-args': 2,
|
||||
'no-dupe-class-members': 2,
|
||||
|
|
|
@ -60,7 +60,6 @@ service.interceptors.response.use(
|
|||
duration: 5 * 1000
|
||||
})
|
||||
return Promise.reject(error)
|
||||
}
|
||||
)
|
||||
})
|
||||
|
||||
export default service
|
||||
|
|
Loading…
Reference in New Issue