chore: Add typescript support to eslint, fix errors (#2923)

This commit is contained in:
Aasim-A
2025-04-23 13:51:41 +10:00
committed by GitHub
parent e3030bfcc8
commit 4235c8b491
16 changed files with 309 additions and 31 deletions

View File

@@ -1,3 +1,4 @@
module.exports = {
endOfLine: "auto",
trailingComma: "es5",
};