Skip to content

Commit

Permalink
Update lockfile (#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Feb 16, 2022
1 parent 58f6353 commit 6fec54f
Show file tree
Hide file tree
Showing 4 changed files with 17,824 additions and 22,298 deletions.
8 changes: 3 additions & 5 deletions .eslintrc
@@ -1,11 +1,9 @@
{
"extends" : [
"standard",
"plugin:promise/recommended",
"standard"
],
"plugins": [
"mocha-no-only",
"promise",
"mocha"
],
"env": {
"browser" : true,
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6fec54f

Please sign in to comment.