diff --git a/.github/workflows/lint.yml.bak b/.github/workflows/lint.yml similarity index 100% rename from .github/workflows/lint.yml.bak rename to .github/workflows/lint.yml diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index 1fa23be..0000000 --- a/.prettierignore +++ /dev/null @@ -1,2 +0,0 @@ -*.ts -**/src diff --git a/README.md b/README.md index 583bc35..574d8b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ -![](https://sirio-network.com/flashcord/store/themehooker/store-banner.png) -[](https://sirio-network.com/flashcord/store/themehooker) +![](https://sirio-network.com/flashcord/store/themehooker/store-banner.png#) + +

+ + + +

Fine. I'll fucking do it myself. Adds Discord's custom themes' name inside the and tag so that Theme Developers can do funny shenanigans. This is made mostly only for Flashcord, no support for other themes may be provided unless I feel like it. diff --git a/flashcord/store/themehooker/Module-Store.css b/flashcord/store/themehooker/Module-Store.css deleted file mode 100644 index 75d3046..0000000 --- a/flashcord/store/themehooker/Module-Store.css +++ /dev/null @@ -1,4 +0,0 @@ -/* Edit this file if you don't like the default module layout or want to change the background image. */ -body { - background-image: url("embed-banner.png"); -} \ No newline at end of file diff --git a/flashcord/store/themehooker/store-banner.psd b/flashcord/store/themehooker/store-banner.psd deleted file mode 100644 index 58a0628..0000000 Binary files a/flashcord/store/themehooker/store-banner.psd and /dev/null differ diff --git a/package.json b/package.json index 8ee5ef2..c2efd6f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,14 @@ "build": "replugged build plugin", "watch": "replugged build plugin --watch", "bundle": "replugged bundle plugin", - "release": "replugged release" + "release": "replugged release", + "check": "tsc --noEmit", + "prettier:check": "prettier ./src --check", + "eslint:check": "eslint ./src", + "prettier:fix": "prettier ./src --write", + "eslint:fix": "eslint ./src --fix", + "lint": "pnpm run prettier:check && pnpm run eslint:check && pnpm run check", + "lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix" }, "keywords": [], "author": "",