Skip to content

Commit

Permalink
Switch to biome, release version
Browse files Browse the repository at this point in the history
  • Loading branch information
OIRNOIR committed Apr 6, 2024
1 parent 03647bd commit 8e246f8
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 228 deletions.
25 changes: 25 additions & 0 deletions biome.json
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
}
}
38 changes: 19 additions & 19 deletions manifest.json
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"
]
}
10 changes: 5 additions & 5 deletions package.json
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"
Expand All @@ -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"
}
Loading

0 comments on commit 8e246f8

Please sign in to comment.