File tree Expand file tree Collapse file tree
org.eclipse.wildwebdeveloper.tests/testProjects/vue-app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import vue from 'eslint-plugin-vue' ;
2- import babelParser from '@babel/eslint-parser' ;
32import js from '@eslint/js' ;
43
54export default [
65 js . configs . recommended ,
7- ...vue . configs [ 'flat/vue3-essential' ] ,
8- {
9- languageOptions : {
10- parserOptions : {
11- parser : babelParser ,
12- } ,
13- } ,
14- } ,
6+ ...vue . configs [ 'flat/essential' ] ,
157] ;
Original file line number Diff line number Diff line change 1212 "vue" : " ^3.2.13"
1313 },
1414 "devDependencies" : {
15- "@babel/core" : " ^7.26.0" ,
16- "@babel/eslint-parser" : " ^7.25.9" ,
1715 "@vue/cli-plugin-babel" : " ~5.0.0" ,
1816 "@vue/cli-plugin-eslint" : " ~5.0.0" ,
1917 "@vue/cli-service" : " ~5.0.0" ,
2018 "eslint" : " ^10.2.1" ,
21- "@eslint/js" : " ^9.17.0 " ,
22- "eslint-plugin-vue" : " ^10.0 .0"
19+ "@eslint/js" : " ^10.0.1 " ,
20+ "eslint-plugin-vue" : " ^10.8 .0"
2321 },
2422 "browserslist" : [
2523 " > 1%" ,
You can’t perform that action at this time.
0 commit comments