Skip to content

Commit ec881ea

Browse files
committed
chore: wip
1 parent a7fb3cd commit ec881ea

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

bun.lockb

48 Bytes
Binary file not shown.

eslint.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ export default stacks({
1616
yaml: true,
1717
unocss: true,
1818

19-
// `.eslintignore` is no longer supported in Flat config, use `ignores` instead
2019
ignores: [
2120
'**/fixtures',
22-
'**/cdk.out',
23-
'**/framework/server',
24-
'**/.vite-ssg-temp',
2521
// ...globs
2622
],
2723
})

storage/framework/core/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@stacksjs/eslint-config": "^3.7.3-stacks-1.5",
5252
"@stylistic/eslint-plugin": "^2.9.0",
5353
"@typescript-eslint/eslint-plugin": "^8.8.1",
54-
"@unocss/eslint-plugin": "^0.63.4",
54+
"@unocss/eslint-plugin": "0.61.0",
5555
"@vitest/eslint-plugin": "^1.1.7",
5656
"eslint": "^9.12.0",
5757
"eslint-config-flat-gitignore": "^0.3.0",

0 commit comments

Comments
 (0)