Skip to content

Commit

Permalink
feature: 封装axios
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Nov 17, 2021
1 parent c560e38 commit af442c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = {
'@typescript-eslint/ban-ts-comment': 'off',
// 是否禁止空函数
'@typescript-eslint/no-empty-function': 'off',
// 是否禁止使用特定类型
'@typescript-eslint/ban-types': 'off',
'vue/no-multiple-template-root': 'off',
camelcase: 0,
Expand Down

0 comments on commit af442c7

Please sign in to comment.