瀏覽代碼

exclude generated ES6 module from ESlint

El RIDO 4 月之前
父節點
當前提交
91c9ebeccf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,