Skip to content

Commit

Permalink
Merge branch 'development' into vite
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Feb 1, 2025
2 parents 47c7caa + 7cb1e80 commit 6a2f879
Show file tree
Hide file tree
Showing 12 changed files with 837 additions and 299 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

"rules": {
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/consistent-type-definitions": ["warn", "type"],
"@typescript-eslint/array-type": ["error", { "default": "generic" }],
"require-await": "off",
"@typescript-eslint/require-await": "error",
Expand Down
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/test
/coverage
/.github
.eslintignore
.eslintrc.json
.prettierignore
.prettierrc
vite.config.ts
vitest.workspace.ts
tsconfig.json
src
examples
/lib/cashu-ts.iife.js
/lib/cashu-ts.iife.js.map
Loading

0 comments on commit 6a2f879

Please sign in to comment.