Skip to content

Commit

Permalink
Merge pull request #212 from ghostdevv/organisational-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored Nov 8, 2024
2 parents 7ff8783 + c76e4eb commit a83dc0a
Show file tree
Hide file tree
Showing 162 changed files with 3,486 additions and 3,750 deletions.
28 changes: 14 additions & 14 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{
"repo": "ghostdevv/jellycommands"
}
],
"commit": false,
"linked": [],
"access": "public",
"ignore": ["dev"],
"baseBranch": "main",
"updateInternalDependencies": "patch"
}
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{
"repo": "ghostdevv/jellycommands"
}
],
"commit": false,
"linked": [],
"access": "public",
"ignore": ["dev"],
"baseBranch": "main",
"updateInternalDependencies": "patch"
}
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# formatting
7d3bb1fbee4ece77ba842f2acbe8e152640b6362
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.env
dist
.jellycommands
docs/.vitepress/cache
packages/docs/.vitepress/cache
coverage
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tasks:
- init: pnpm install
command: pnpm dev-build
- init: pnpm install
command: pnpm dev-build
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

8 changes: 8 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
node_modules
.env
dist
.jellycommands
.vitepress/cache
.changeset/*.md
.changeset/pre.json
pnpm-lock.yaml
17 changes: 8 additions & 9 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"semi": true,
"useTabs": false,
"tabWidth": 4,
"printWidth": 100
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"semi": true,
"useTabs": true,
"tabWidth": 4
}
5 changes: 1 addition & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"christian-kohler.npm-intellisense",
]
"recommendations": ["esbenp.prettier-vscode", "biomejs.biome"]
}
13 changes: 2 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
{
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[markdown]": {
"editor.formatOnSave": false
}
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
8 changes: 7 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
SEE: https://ghost.mit-license.org/
Copyright © 2021 Willow Smith <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,18 @@ Jellycommands is a developer experience focused command framework for discord.js

# Support Development

- ### Patreon / PayPal
- ### Patreon / PayPal

[Click me](https://ghostdev.xyz/donate)

- ### Add the badge to your readme
Copy the text below to get our readme badge
- ### Add the badge to your readme

Copy the text below to get our readme badge

```
[![JellyCommands](https://img.shields.io/badge/Powered%20by%20-Jelly%20Commands-EB5E8A?style=for-the-badge&labelColor=white)](https://github.com/ghostdevv/jellycommands)
```

The badge:

[![JellyCommands](https://img.shields.io/badge/Powered%20by%20-Jelly%20Commands-EB5E8A?style=for-the-badge&labelColor=white)](https://github.com/ghostdevv/jellycommands)

26 changes: 26 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignore": ["packages/create-jellycommands/**/app.d.ts"]
},
"formatter": {
"enabled": false
},
"organizeImports": {
"enabled": false
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "off"
}
}
}
}
19 changes: 0 additions & 19 deletions dev/jsconfig.json

This file was deleted.

17 changes: 0 additions & 17 deletions dev/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions dev/src/buttons/test.js

This file was deleted.

80 changes: 0 additions & 80 deletions dev/src/commands/file-loaded/_colors.js

This file was deleted.

15 changes: 0 additions & 15 deletions dev/src/commands/file-loaded/_hiddenCommand.js

This file was deleted.

36 changes: 0 additions & 36 deletions dev/src/commands/file-loaded/autocomplete.js

This file was deleted.

11 changes: 0 additions & 11 deletions dev/src/commands/file-loaded/dmBlockedGlobal.js

This file was deleted.

11 changes: 0 additions & 11 deletions dev/src/commands/file-loaded/globalTest.js

This file was deleted.

16 changes: 0 additions & 16 deletions dev/src/commands/file-loaded/guildTest.js

This file was deleted.

Loading

0 comments on commit a83dc0a

Please sign in to comment.