diff --git a/eslint.config.mjs b/eslint.config.mjs index 1e58203..e31805d 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -4,6 +4,7 @@ import { ESLintConfig, globals } from "@openally/config.eslint"; export default [ ...ESLintConfig, { + files: ["**/*.js", "**/*.mjs"], languageOptions: { sourceType: "module", globals: { diff --git a/index.html b/index.html index a53ccd9..6c8162a 100644 --- a/index.html +++ b/index.html @@ -185,8 +185,8 @@