Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 0 additions & 10 deletions .eslintignore

This file was deleted.

305 changes: 0 additions & 305 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix"],
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix --no-warn-ignored"],
"*.css": ["prettier --write"]
}
9 changes: 2 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"js/ts.tsdk.path": "node_modules/typescript/lib",
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This setting key does not match VS Code's standard TypeScript SDK configuration keys. Typically you want \"typescript.tsdk\" (and optionally \"javascript.tsdk\") instead. As-is, VS Code may ignore this and fall back to its bundled TypeScript version.

Suggested change
"js/ts.tsdk.path": "node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib",

Copilot uses AI. Check for mistakes.
"tailwindCSS.classAttributes": ["className"],
"tailwindCSS.classFunctions": ["cx", "cva", "clsx", "classMerge", "twMerge"],
"tailwindCSS.lint.cssConflict": "ignore",
"typescript.preferences.autoImportFileExcludePatterns": [
"class-variance-authority",
"clsx",
"tailwind-merge"
]
"tailwindCSS.lint.cssConflict": "ignore"
}
Loading
Loading