From 58171ac66bcfcadfe9be125a38607c244f155eb5 Mon Sep 17 00:00:00 2001 From: Scott Chiang Date: Thu, 28 Nov 2024 22:21:07 -0800 Subject: [PATCH] updatetjealksjdlkasldalkjsdjlasjdjasdljk --- eslint.config.mjs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 eslint.config.mjs diff --git a/eslint.config.mjs b/eslint.config.mjs new file mode 100644 index 0000000..e64ccc5 --- /dev/null +++ b/eslint.config.mjs @@ -0,0 +1,12 @@ +import globals from "globals"; +import pluginJs from "@eslint/js"; +import tseslint from "typescript-eslint"; + + +/** @type {import('eslint').Linter.Config[]} */ +export default [ + {files: ["**/*.{js,mjs,cjs,ts}"]}, + {languageOptions: { globals: globals.browser }}, + pluginJs.configs.recommended, + ...tseslint.configs.recommended, +]; \ No newline at end of file