File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -77,17 +77,15 @@ jobs:
77
77
node-version : ${{ matrix.node }}
78
78
- name : Uninstall Packages
79
79
run : |+
80
- npm r -D vuepress eslint-plugin-eslint-plugin eslint-plugin-prettier vue-eslint-parser eslint-plugin-vue
80
+ npm r -D vitepress vite-plugin-eslint4b
81
+ - name : Install Packages
82
+ run : npm install
81
83
- name : Install ESLint ${{ matrix.eslint }}
82
84
run : |+
83
85
npm install -D eslint@${{ matrix.eslint }}
84
- npx rimraf node_modules
85
86
- name : Install "@typescript-eslint/parser" ${{ matrix.tseslint }}
86
87
run : |+
87
88
npm install -D @typescript-eslint/parser@${{ matrix.tseslint }}
88
- npx rimraf node_modules
89
89
if : matrix.tseslint == 5 || matrix.tseslint == 7
90
- - name : Install Packages
91
- run : npm install
92
90
- name : Test
93
91
run : npm run -s test:mocha
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"@eslint-community/eslint-utils" : " ^4.1.2" ,
17
17
"@eslint-community/regexpp" : " ^4.12.1" ,
18
- "eslint-compat-utils" : " ^0.6.0 "
18
+ "eslint-compat-utils" : " ^0.6.3 "
19
19
},
20
20
"devDependencies" : {
21
21
"@typescript-eslint/parser" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments