aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 63be05b..7de658b 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,7 +1,7 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
- "ignorePatterns": ["dist"],
+ "ignorePatterns": ["dist", "browser"],
"plugins": ["header"],
"rules": {
// Since it's only been a month and Vencord has already been stolen
@@ -13,7 +13,7 @@
[
{
"pattern": "!?",
- "template": ""
+ "template": " "
},
" * Vencord, a modification for Discord's desktop app",
{