Skip to content

Commit

Permalink
Update Third Party Plugins and eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqaaakoi committed Aug 29, 2024
1 parent e7d8c79 commit 304f08e
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,12 @@
[submodule "src/thirdpartyplugins/emojiOnMouseUp"]
path = src/thirdpartyplugins/emojiOnMouseUp
url = https://github.com/sadan4/emojiOnMouseUp
[submodule "src/thirdpartyplugins/bigFileUpload"]
path = src/thirdpartyplugins/bigFileUpload
url = https://github.com/ScattrdBlade/bigFileUpload
[submodule "src/thirdpartyplugins/ctrlEnterSave"]
path = src/thirdpartyplugins/ctrlEnterSave
url = https://github.com/sadan4/vc-ctrlEnterSave
[submodule "src/thirdpartyplugins/keywordNotify"]
path = src/thirdpartyplugins/keywordNotify
url = https://github.com/x3rt/vencord-KeywordNotify
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import unusedImports from "eslint-plugin-unused-imports";
import tseslint from "typescript-eslint";

export default tseslint.config(
{ ignores: ["dist", "browser", "packages/vencord-types"] },
{ ignores: ["dist", "browser", "packages/vencord-types", "src/thirdpartyplugins"] },
{
files: ["src/**/*.{tsx,ts,mts,mjs,js,jsx}", "eslint.config.mjs"],
plugins: {
Expand Down
1 change: 1 addition & 0 deletions src/thirdpartyplugins/bigFileUpload
Submodule bigFileUpload added at 0df766
2 changes: 1 addition & 1 deletion src/thirdpartyplugins/friendCodes
2 changes: 1 addition & 1 deletion src/thirdpartyplugins/globalBadges
Submodule globalBadges updated 1 files
+4 −1 README.md
2 changes: 1 addition & 1 deletion src/thirdpartyplugins/goodPerson
Submodule goodPerson updated from f67681 to 8807ab
2 changes: 1 addition & 1 deletion src/thirdpartyplugins/themeLibrary

0 comments on commit 304f08e

Please sign in to comment.