commit | aa5082402751023eeaeb7e50414fabb19799dd62 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed Aug 03 21:42:12 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Wed Aug 03 21:42:12 2022 +0100 |
tree | 23e19946b44517766d8d93cb59f35782b40aab3a | |
parent | 9106564cf8b64492ae5b16bf2268fab04b8b4e4b [diff] [blame] |
Add eslint - Copy eslint configs from TransPlace's moderation bot - Modify some settings to better fit this project
diff --git a/tsconfig.json b/tsconfig.json index 0b5e28f..abdf24d 100644 --- a/tsconfig.json +++ b/tsconfig.json
@@ -1,4 +1,5 @@ { + "extends": "@tsconfig/node16-strictest-esm/tsconfig.json", "compilerOptions": { "module": "esnext", "target": "es2020", @@ -13,4 +14,4 @@ }, "include": ["src/**/*", "installer.js"], "exclude": [] -} \ No newline at end of file +}