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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": [
"eslint",
"typescript",
"unicorn",
"oxc",
"react",
"nextjs",
"import"
],
"categories": {
"correctness": "error"
},
"rules": {
"eslint/no-unused-vars": "warn",
"typescript/no-unused-vars": "warn",
"react-hooks/exhaustive-deps": "warn",
"nextjs/no-img-element": "warn",
"nextjs/no-html-link-for-pages": "warn",
"eslint/no-control-regex": "warn",
"eslint/no-useless-escape": "warn",
"eslint/no-cond-assign": "warn",
"unicorn/prefer-string-starts-ends-with": "warn",
"unicorn/no-new-array": "warn",
"unicorn/no-invalid-fetch-options": "warn"
},
"env": {
"builtin": true
},
"ignorePatterns": [
".next/**",
"out/**",
"build/**",
"next-env.d.ts",
"assistant-ui-main/**",
"node_modules/**",
".pnpm-store/**",
"tmp/**",
"dist/**",
"coverage/**"
]
}
306 changes: 306 additions & 0 deletions drizzle/0000_baseline.sql

Large diffs are not rendered by default.

291 changes: 0 additions & 291 deletions drizzle/0000_sad_wallflower.sql

This file was deleted.

Loading
Loading