diff --git a/js/eslint.config.js b/js/eslint.config.js index 786d49e0..32ed4033 100644 --- a/js/eslint.config.js +++ b/js/eslint.config.js @@ -1,7 +1,7 @@ const globals = require('globals'); const { globalIgnores } = require('eslint/config') -module.exports = [globalIgnores(["./*.js", "!./privatebin.js"]), { +module.exports = [globalIgnores(["./*.*js", "!./privatebin.js"]), { languageOptions: { globals: { ...globals.amd,