Skip to content

Commit

Permalink
chore: fix eslint error that related to '@typescript-eslint/naming-co…
Browse files Browse the repository at this point in the history
  • Loading branch information
huybn5776 committed Jan 18, 2024
1 parent 4fedc48 commit 6c9cf4e
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 @@ -17,6 +17,7 @@ module.exports = {
],
parser: 'vue-eslint-parser',
parserOptions: {
parser: '@typescript-eslint/parser',
ecmaFeatures: {
jsx: true,
},
Expand Down

0 comments on commit 6c9cf4e

Please sign in to comment.