mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-12-01 03:26:40 -05:00
address eslint errors
This commit is contained in:
parent
e7c2aa4d60
commit
42b89a9300
2 changed files with 4 additions and 6 deletions
|
|
@ -18,8 +18,8 @@ module.exports = [globalIgnores(["./*.js", "!./privatebin.js"]), {
|
|||
WebCrypto: "writable",
|
||||
},
|
||||
|
||||
// async & await are ECMAScript 2017 features
|
||||
ecmaVersion: 2017,
|
||||
// async & await are ECMAScript 2017 features, unicode character class escape are ECMAScript 2018 features
|
||||
ecmaVersion: 2018,
|
||||
sourceType: "commonjs",
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue