diff options
author | Vendicated <vendicated@riseup.net> | 2023-01-03 02:32:08 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-01-03 02:32:08 +0100 |
commit | bcbbc79365de186b4b911ed4b647854c2d1330b9 (patch) | |
tree | c84328edb88685becdbc984bb06297d905d134ae | |
parent | 374531d10e8c12803036867de84edeca10fe2e25 (diff) | |
download | Vencord-bcbbc79365de186b4b911ed4b647854c2d1330b9.tar.gz Vencord-bcbbc79365de186b4b911ed4b647854c2d1330b9.tar.bz2 Vencord-bcbbc79365de186b4b911ed4b647854c2d1330b9.zip |
Happy new year
-rw-r--r-- | .eslintrc.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 4cb86e0..de17afa 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -37,7 +37,7 @@ " * Vencord, a modification for Discord's desktop app", { "pattern": " \\* Copyright \\(c\\) \\d{4}", - "template": " * Copyright (c) 2022 Vendicated and contributors" + "template": " * Copyright (c) 2023 Vendicated and contributors" }, " *", " * This program is free software: you can redistribute it and/or modify", @@ -84,9 +84,12 @@ "no-extra-semi": "error", "consistent-return": ["warn", { "treatUndefinedAsUnspecified": true }], "dot-notation": "error", - "no-useless-escape": ["error", { - "extra": "i" - }], + "no-useless-escape": [ + "error", + { + "extra": "i" + } + ], "no-fallthrough": "error", "for-direction": "error", "no-async-promise-executor": "error", |