Skip to content

Commit

Permalink
fix: parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Oct 21, 2024
1 parent d54c02d commit 64141e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import globals from 'globals'
import vueParser from 'vue-eslint-parser'
import eslint from '@eslint/js'
import tsESLint from 'typescript-eslint'
import eslintPluginVue from 'eslint-plugin-vue'
Expand All @@ -15,9 +14,8 @@ const commonLint = {
const vueLint = {
files: ['*.vue', '**/*.vue'],
languageOptions: {
parser: vueParser,
parserOptions: {
parser: tsESLint.parser
parser: "@typescript-eslint/parser"
}
},
rules: {
Expand Down

0 comments on commit 64141e0

Please sign in to comment.