Skip to content

Commit

Permalink
Removed the donation button
Browse files Browse the repository at this point in the history
  • Loading branch information
avi12 committed Sep 14, 2024
1 parent 045b5e5 commit 0590cda
Show file tree
Hide file tree
Showing 8 changed files with 1,416 additions and 2,026 deletions.
1 change: 0 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default {
trailingComma: "none",
bracketSpacing: true,
bracketSameLine: true,
plugins: ["@ianvs/prettier-plugin-sort-imports", "prettier-plugin-svelte"],
importOrder: ["^@plasmohq/(.*)$", "^~(.*)$", "^[./]"],
importOrderSeparation: true,
importOrderSortSpecifiers: true,
Expand Down
16 changes: 2 additions & 14 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,33 +1,21 @@
import eslint from "@eslint/js";
import avi12 from "eslint-config-avi12";
import svelteEslint from "eslint-plugin-svelte";
import globals from "globals";
import svelteParser from "svelte-eslint-parser";
import tsEslint from "typescript-eslint";

export default [
eslint.configs.recommended,
...tsEslint.configs.recommended,
...svelteEslint.configs["flat/recommended"],
...avi12,
{
files: ["**/*.svelte"],
files: ["**/*.{ts,js}"],
languageOptions: {
parser: svelteParser,
parserOptions: {
parser: tsEslint.parser
},
parser: tsEslint.parser,
globals: {
...globals.browser,
...globals.node,
chrome: true
}
}
},
{
files: ["**/*.ts"],
languageOptions: {
parser: tsEslint.parser
}
}
];
37 changes: 16 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,23 @@
"run-opera:windows": "pnpm run-chromium --chromium-binary \"%LocalAppData%\\Programs\\Opera\\opera.exe\""
},
"dependencies": {
"@plasmohq/storage": "^1.10.0",
"plasmo": "0.86.2",
"sass": "^1.77.0",
"svelte": "^4.2.16",
"svelte-preprocess": "^5.1.4"
"@plasmohq/storage": "^1.12.0",
"plasmo": "0.89.2"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@types/chrome": "0.0.268",
"@types/node": "20.12.11",
"autoprefixer": "^10.4.19",
"eslint": "^9.2.0",
"@eslint/js": "^9.10.0",
"@types/chrome": "0.0.271",
"@types/node": "22.5.5",
"concurrently": "^9.0.1",
"eslint": "^9.10.0",
"eslint-config-avi12": "github:avi12/eslint-config-avi12",
"globals": "^15.2.0",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte-eslint-parser": "^0.36.0",
"typescript": "5.4.5",
"typescript-eslint": "^7.8.0",
"web-ext": "^7.11.0",
"zip-self": "^0.6.1"
"globals": "^15.9.0",
"prettier": "3.3.3",
"svelte-eslint-parser": "^0.41.1",
"typescript": "5.6.2",
"typescript-eslint": "^8.5.0",
"web-ext": "^8.2.0",
"zip-self": "^0.6.3"
},
"manifest": {
"offline_enabled": true,
Expand All @@ -55,5 +49,6 @@
"id": "$PLASMO_PUBLIC_FIREFOX_EXT_ID"
}
}
}
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
Loading

0 comments on commit 0590cda

Please sign in to comment.