Skip to content

Commit

Permalink
fix: 禁用import/order
Browse files Browse the repository at this point in the history
  • Loading branch information
JakHuang committed Feb 4, 2020
1 parent 8422b8d commit 42ff3bc
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 @@ -10,6 +10,7 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'vue/no-unused-components': 0,
'no-unused-vars': 0,
'import/order': 0,
'import/extensions': 0,
'import/no-unresolved': 0,
'comma-dangle': [2, 'never'],
Expand Down

0 comments on commit 42ff3bc

Please sign in to comment.