Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ src/lib/**/*.d.ts
src/utils/**/*.js
src/utils/**/*.d.ts

*.tsbuildinfo
.DS_Store
37 changes: 0 additions & 37 deletions eslint.config.mjs

This file was deleted.

16 changes: 0 additions & 16 deletions gulpfile.js

This file was deleted.

13 changes: 0 additions & 13 deletions jest.json

This file was deleted.

9 changes: 9 additions & 0 deletions oxlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/crates/oxc_linter/src/rules.rs",
"rules": {
"@typescript-eslint/no-explicit-any": "off"
},
"env": {
"node": true
}
}
Loading