fix userscript, lint new files

This commit is contained in:
Vendicated 2022-10-22 01:22:44 +02:00
parent f92f3f1a5e
commit 7d555a96ea
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
12 changed files with 113 additions and 58 deletions

View file

@ -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",
{