diff --git a/eslint.config.mjs b/eslint.config.mjs index 1e58203..03e193c 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,14 +1,11 @@ // Import Third-party Dependencies -import { ESLintConfig, globals } from "@openally/config.eslint"; +import { typescriptConfig, globals } from "@openally/config.eslint"; -export default [ - ...ESLintConfig, - { - languageOptions: { - sourceType: "module", - globals: { - ...globals.browser - } +export default typescriptConfig({ + languageOptions: { + sourceType: "module", + globals: { + ...globals.browser } } -]; +}); diff --git a/index.html b/index.html index a53ccd9..12a3fc9 100644 --- a/index.html +++ b/index.html @@ -156,6 +156,8 @@