mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-18 00:46:17 +00:00
exclude generated ES6 module from ESlint
This commit is contained in:
parent
2439d76a0a
commit
91c9ebeccf
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue