Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 21, 2020
1 parent 621521a commit 061990d
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 @@ -16,6 +16,7 @@ module.exports = {
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-empty-function': 'off',
'no-new': 'off',
'import/order': 'off',
},
overrides: [
{
Expand Down

0 comments on commit 061990d

Please sign in to comment.