diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-22 01:22:44 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-22 01:22:44 +0200 |
commit | 7d555a96ea3ea97d15a97b8b3e3afcdc736d78ac (patch) | |
tree | 971ac9d2906651500cc6b505f73f92c9666896ef /.eslintrc.json | |
parent | f92f3f1a5e2aba1ea6d765fd06b8a76217186085 (diff) | |
download | Vencord-7d555a96ea3ea97d15a97b8b3e3afcdc736d78ac.tar.gz Vencord-7d555a96ea3ea97d15a97b8b3e3afcdc736d78ac.tar.bz2 Vencord-7d555a96ea3ea97d15a97b8b3e3afcdc736d78ac.zip |
fix userscript, lint new files
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 4 |
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", { |