File tree 3 files changed +246
-166
lines changed
engineering-toolkit/integrations-eslint
3 files changed +246
-166
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @vue-storefront/eslint-config-integrations " : major
3
+ ---
4
+
5
+ [ CHANGED] Update ESLint from v8 to v9
Original file line number Diff line number Diff line change 23
23
"access" : " public"
24
24
},
25
25
"dependencies" : {
26
- "@typescript-eslint/eslint-plugin" : " ^7 " ,
27
- "@typescript-eslint/parser" : " ^7 " ,
28
- "eslint" : " ^8.55.0 " ,
26
+ "@typescript-eslint/eslint-plugin" : " ^8.8.0 " ,
27
+ "@typescript-eslint/parser" : " ^8.8.0 " ,
28
+ "eslint" : " ^9 " ,
29
29
"eslint-config-airbnb-base" : " ^15.0.0" ,
30
- "eslint-config-prettier" : " ^8.8 .0" ,
30
+ "eslint-config-prettier" : " ^9.1 .0" ,
31
31
"eslint-plugin-import" : " ^2.27.5" ,
32
- "eslint-plugin-prettier" : " ^4 .2.1" ,
33
- "prettier" : " ^2.8.8 "
32
+ "eslint-plugin-prettier" : " ^5 .2.1" ,
33
+ "prettier" : " ^3.3.3 "
34
34
},
35
35
"engines" : {
36
36
"node" : " >=18"
You can’t perform that action at this time.
0 commit comments