Skip to content

Commit

Permalink
fix: #90
Browse files Browse the repository at this point in the history
  • Loading branch information
MuiseDestiny authored and MuiseDestiny committed Nov 19, 2024
1 parent 996f42c commit 2adfd89
Show file tree
Hide file tree
Showing 12 changed files with 648 additions and 3,564 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/ban-ts-comment": ["warn", "allow-with-description"],
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": ["off", { "ignoreRestArgs": true }],
"@typescript-eslint/no-non-null-assertion": "off"
"@typescript-eslint/no-non-null-withion": "off"
},
"ignorePatterns": [
"**/dist/**",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
with two steps: (1) with copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.

Expand Down
Loading

0 comments on commit 2adfd89

Please sign in to comment.