File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
storage/framework/core/lint Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,8 @@ export default stacks({
16
16
yaml : true ,
17
17
unocss : true ,
18
18
19
- // `.eslintignore` is no longer supported in Flat config, use `ignores` instead
20
19
ignores : [
21
20
'**/fixtures' ,
22
- '**/cdk.out' ,
23
- '**/framework/server' ,
24
- '**/.vite-ssg-temp' ,
25
21
// ...globs
26
22
] ,
27
23
} )
Original file line number Diff line number Diff line change 51
51
"@stacksjs/eslint-config" : " ^3.7.3-stacks-1.5" ,
52
52
"@stylistic/eslint-plugin" : " ^2.9.0" ,
53
53
"@typescript-eslint/eslint-plugin" : " ^8.8.1" ,
54
- "@unocss/eslint-plugin" : " ^0.63.4 " ,
54
+ "@unocss/eslint-plugin" : " 0.61.0 " ,
55
55
"@vitest/eslint-plugin" : " ^1.1.7" ,
56
56
"eslint" : " ^9.12.0" ,
57
57
"eslint-config-flat-gitignore" : " ^0.3.0" ,
You can’t perform that action at this time.
0 commit comments