File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed
org.eclipse.wildwebdeveloper.tests/testProjects/vue-app Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1+ import vue from 'eslint-plugin-vue' ;
2+ import babelParser from '@babel/eslint-parser' ;
3+ import js from '@eslint/js' ;
4+
5+ export default [
6+ js . configs . recommended ,
7+ ...vue . configs [ 'flat/vue3-essential' ] ,
8+ {
9+ languageOptions : {
10+ parserOptions : {
11+ parser : babelParser ,
12+ } ,
13+ } ,
14+ } ,
15+ ] ;
Original file line number Diff line number Diff line change 1818 "@vue/cli-plugin-eslint" : " ~5.0.0" ,
1919 "@vue/cli-service" : " ~5.0.0" ,
2020 "eslint" : " ^9.17.0" ,
21+ "@eslint/js" : " ^9.17.0" ,
2122 "eslint-plugin-vue" : " ^10.0.0"
2223 },
23- "eslintConfig" : {
24- "root" : true ,
25- "env" : {
26- "node" : true
27- },
28- "extends" : [
29- " plugin:vue/vue3-essential" ,
30- " eslint:recommended"
31- ],
32- "parserOptions" : {
33- "parser" : " @babel/eslint-parser"
34- },
35- "rules" : {}
36- },
3724 "browserslist" : [
3825 " > 1%" ,
3926 " last 2 versions" ,
You can’t perform that action at this time.
0 commit comments