Skip to content
Merged
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
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"tsconfig.json": "tsconfig.*.json, env.d.ts",
"package.json": "package-lock.json, .gitignore",
"README.md": "CHANGELOG.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md"
},
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.defaultFormatter": "biomejs.biome",
Expand All @@ -22,6 +28,7 @@
"nosql",
"npmignore",
"parens",
"pkgroll",
"rhysd",
"setex",
"singleline",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2024 ilovepixelart
Copyright (c) 2025 ilovepixelart

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
19 changes: 0 additions & 19 deletions bash/esm.sh

This file was deleted.

9 changes: 0 additions & 9 deletions config/tsconfig.cjs.json

This file was deleted.

9 changes: 0 additions & 9 deletions config/tsconfig.esm.json

This file was deleted.

Loading
Loading