Explorar o código

exclude generated ES6 module from ESlint

El RIDO hai 3 meses
pai
achega
91c9ebeccf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      js/eslint.config.js

+ 1 - 1
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,