Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_modules
.DS_Store
.netlify
coverage
.eslintcache
.oxlint_cache
.cache
.vscode
.fleet
13 changes: 13 additions & 0 deletions .oxlintrc.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
$schema: './node_modules/oxlint/configuration_schema.json',
plugins: ['typescript', 'unicorn', 'oxc', 'node', 'vitest', 'promise', 'jsdoc'],
categories: {
correctness: 'error',
},
ignorePatterns: ['**/node_modules/**'],
rules: {
'vitest/warn-todo': 'off',
// https://github.com/oxc-project/oxc/issues/18851
'jest/valid-expect': 'off',
},
}
147 changes: 0 additions & 147 deletions eslint.config.js

This file was deleted.

Loading
Loading