Skip to content

Commit cd64945

Browse files
authored
API Hardening, bug fixes, code cleanup (#23)
1 parent 45298a3 commit cd64945

67 files changed

Lines changed: 4735 additions & 14641 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
dist
3+
package-lock.json
34
.env
45
.env.*
56
!.env.enc
@@ -24,4 +25,3 @@ Thumbs.db
2425
# Logs
2526
*.log
2627
npm-debug.log*
27-
coverage/

.oxlintrc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"plugins": ["typescript", "react", "import", "oxc"],
3+
"rules": {
4+
"no-unused-vars": "error",
5+
"no-console": "off",
6+
"eqeqeq": ["error", "always", { "null": "ignore" }]
7+
},
8+
"ignorePatterns": ["node_modules", "dist"]
9+
}

README.md

Lines changed: 111 additions & 47 deletions
Large diffs are not rendered by default.

oxlintrc.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)