Skip to content

Commit 2c6d084

Browse files
committed
chore: updated latest article with performance considerations + eslint/prettier config update
1 parent 0170be9 commit 2c6d084

5 files changed

Lines changed: 2994 additions & 990 deletions

File tree

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"Bash(node fetch-post.js)",
1313
"Bash(node http-get.js:*)",
1414
"Bash(node http-post.js:*)",
15-
"Bash(node:*)"
15+
"Bash(node:*)",
16+
"WebFetch(domain:github.com)",
17+
"WebFetch(domain:nodesource.com)",
18+
"Bash(ls:*)"
1619
]
1720
}
1821
}

.prettierignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
dist/
2-
node_modules/
3-
.astro/
4-
pnpm-lock.yaml
1+
.claude/

eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import globals from 'globals'
1414
export default defineConfig([
1515
globalIgnores(['dist/**/*'], 'Ignore Astro Build Directory'),
1616
globalIgnores(['.astro/**/*'], 'Ignore Astro Files'),
17+
globalIgnores(['.claude/**/*'], 'Ignore Claude Code Files'),
1718
{
1819
languageOptions: {
1920
globals: {

0 commit comments

Comments
 (0)