Update lockfile (#3193)

This commit is contained in:
Francisco Giordano
2022-02-15 23:03:33 -03:00
committed by GitHub
parent 58f635312a
commit 6fec54f17f
4 changed files with 1252 additions and 5726 deletions

View File

@ -1,11 +1,9 @@
{
"extends" : [
"standard",
"plugin:promise/recommended",
"standard"
],
"plugins": [
"mocha-no-only",
"promise",
"mocha"
],
"env": {
"browser" : true,
@ -53,7 +51,7 @@
"semi": ["error", "always"],
"space-before-function-paren": ["error", "always"],
"mocha-no-only/mocha-no-only": ["error"],
"mocha/no-exclusive-tests": ["error"],
"promise/always-return": "off",
"promise/avoid-new": "off",