Fix release script

This commit is contained in:
Isiah Meadows 2019-07-27 18:00:56 -04:00
parent 97fa1788c2
commit 8d506ad179
2 changed files with 33 additions and 15 deletions

View file

@ -1,5 +1,8 @@
module.exports = {
"extends": "../.eslintrc.js",
"env": {
"browser": null,
},
"parserOptions": {
"ecmaVersion": 2019,
},