Skip to content

Commit

Permalink
feat: Remove project option for the vue-eslint-parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcoguiec committed Oct 13, 2023
1 parent dc05914 commit 4c501bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ module.exports = hasPackage('typescript')
rules,
overrides: [
{
files: ['*.vue'],
files: ['**/*.vue'],
parser: 'vue-eslint-parser',
parserOptions: {
ecmaVersion: 'latest',
parser: '@typescript-eslint/parser',
project: true,
sourceType: 'module',
extraFileExtensions: ['.vue']
},
Expand Down

0 comments on commit 4c501bb

Please sign in to comment.