mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-13 20:57:29 -04:00
exclude generated ES6 module from ESlint
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user