Skip to content

Commit 6fec54f

Browse files
authored
Update lockfile (OpenZeppelin#3193)
1 parent 58f6353 commit 6fec54f

File tree

4 files changed

+17824
-22298
lines changed

4 files changed

+17824
-22298
lines changed

.eslintrc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"extends" : [
3-
"standard",
4-
"plugin:promise/recommended",
3+
"standard"
54
],
65
"plugins": [
7-
"mocha-no-only",
8-
"promise",
6+
"mocha"
97
],
108
"env": {
119
"browser" : true,
@@ -53,7 +51,7 @@
5351
"semi": ["error", "always"],
5452
"space-before-function-paren": ["error", "always"],
5553

56-
"mocha-no-only/mocha-no-only": ["error"],
54+
"mocha/no-exclusive-tests": ["error"],
5755

5856
"promise/always-return": "off",
5957
"promise/avoid-new": "off",

0 commit comments

Comments
 (0)