fix code style using standardjs

This commit is contained in:
Carlos Carvalho
2020-10-06 00:08:52 -03:00
parent fbd3442cf0
commit 86ed0d8829
4 changed files with 51 additions and 51 deletions

View File

@@ -16,7 +16,9 @@
"node-fetch": "2.6.1"
},
"standard": {
"env": [ "jest" ]
"env": [
"jest"
]
},
"devDependencies": {
"babel-jest": "^26.3.0",