Skip to content

Commit

Permalink
ci: 修改eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Oct 19, 2020
1 parent 8f51560 commit 03fe86b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ module.exports = {

},
parserOptions: {
parser: 'babel-eslint',
parser: '@typescript-eslint/parser',
ecmaFeatures: {
legacyDecorators: true,
},
},
};

0 comments on commit 03fe86b

Please sign in to comment.