exclude generated ES6 module from ESlint

This commit is contained in:
El RIDO
2026-04-03 18:42:32 +02:00
parent 2439d76a0a
commit 91c9ebeccf

View File

@@ -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,