mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-05 12:12:00 +08:00
Compare commits
1 Commits
chore/stat
...
teemingc-p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd36ff4e5a |
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@sveltejs/mcp": patch
|
||||
---
|
||||
|
||||
feat: support: `$state.eager`
|
||||
@@ -11,5 +11,4 @@ bun.lockb
|
||||
/**/.svelte-kit/*
|
||||
|
||||
# Claude Code
|
||||
.claude/
|
||||
.changeset/
|
||||
.claude/
|
||||
@@ -13,7 +13,7 @@ const gitignore_path = fileURLToPath(new URL('./.gitignore', import.meta.url));
|
||||
export default /** @type {import("eslint").Linter.Config} */ ([
|
||||
includeIgnoreFile(gitignore_path),
|
||||
{
|
||||
ignores: ['.claude/**/*', '.changeset/*'],
|
||||
ignores: ['.claude/**/*'],
|
||||
},
|
||||
js.configs.recommended,
|
||||
...ts.configs.recommended,
|
||||
|
||||
@@ -11,7 +11,6 @@ export const base_runes = [
|
||||
export const nested_runes = [
|
||||
'$state.raw',
|
||||
'$state.snapshot',
|
||||
'$state.eager',
|
||||
'$effect.pre',
|
||||
'$effect.tracking',
|
||||
'$effect.pending',
|
||||
|
||||
Reference in New Issue
Block a user