diff --git a/eslint.config.mjs b/eslint.config.mjs index 3f7ae4d..1d5e4ac 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -6,4 +6,4 @@ export default [ {files: ["**/*.js"], languageOptions: {sourceType: "commonjs"}}, {languageOptions: { globals: globals.browser }}, pluginJs.configs.recommended, -]; \ No newline at end of file +];