-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
140 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", | ||
"organizeImports": { | ||
"enabled": true | ||
}, | ||
"linter": { | ||
"enabled": true, | ||
"rules": { | ||
"recommended": true | ||
} | ||
}, | ||
"javascript": { | ||
"formatter": { | ||
"semicolons": "always" | ||
} | ||
}, | ||
"formatter": { | ||
"enabled": true, | ||
"formatWithErrors": false, | ||
"indentStyle": "tab", | ||
"indentWidth": 1, | ||
"ignore": ["package.json"], | ||
"lineWidth": 120 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"id": "dev.oirnoir.bbwwme", | ||
"name": "Bring Back WackyWebM Epicness", | ||
"description": "Restores the WebM glitch Discord had in July 2022.", | ||
"author": { | ||
"name": "OIRNOIR", | ||
"discordID": "720842469024989195", | ||
"github": "oirnoir" | ||
}, | ||
"version": "1.0.11", | ||
"updater": { | ||
"type": "store", | ||
"id": "dev.oirnoir.bbwwme" | ||
}, | ||
"license": "GPL-3.0", | ||
"type": "replugged-theme", | ||
"main": "src/main.css", | ||
"id": "dev.oirnoir.bbwwme", | ||
"name": "Bring Back WackyWebM Epicness", | ||
"description": "Restores the WebM glitch Discord had in July 2022.", | ||
"author": { | ||
"name": "OIRNOIR", | ||
"discordID": "720842469024989195", | ||
"github": "oirnoir" | ||
}, | ||
"version": "1.0.12", | ||
"updater": { | ||
"type": "store", | ||
"id": "dev.oirnoir.bbwwme" | ||
}, | ||
"license": "GPL-3.0", | ||
"type": "replugged-theme", | ||
"main": "src/main.css", | ||
"source": "https://github.com/OIRNOIR/bbwwme", | ||
"images": [ | ||
"https://github.com/OIRNOIR/bbwwme/blob/master/assets/enabledExample.avif?raw=true", | ||
"https://github.com/OIRNOIR/bbwwme/blob/master/assets/disabledExample.avif?raw=true" | ||
] | ||
"https://github.com/OIRNOIR/bbwwme/blob/master/assets/enabledExample.avif?raw=true", | ||
"https://github.com/OIRNOIR/bbwwme/blob/master/assets/disabledExample.avif?raw=true" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bbwwme", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Bring Back WackyWebM Epicness", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
|
@@ -11,14 +11,14 @@ | |
"watch": "replugged build theme --watch", | ||
"bundle": "replugged bundle theme", | ||
"release": "replugged release", | ||
"lint": "prettier ./src --check", | ||
"lint:fix": "prettier ./src --write" | ||
"lint": "biome check . --apply" | ||
}, | ||
"keywords": [], | ||
"author": "OIRNOIR", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"prettier": "^3.2.5", | ||
"@biomejs/biome": "^1.6.4", | ||
"replugged": "^4.7.9" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f" | ||
} |
Oops, something went wrong.