Răsfoiți Sursa

exclude generated ES6 module from ESlint

El RIDO 3 luni în urmă
părinte
comite
91c9ebeccf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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,