We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cdbee commit 4e06d2dCopy full SHA for 4e06d2d
.eslintrc
@@ -7,6 +7,7 @@
7
"no-catch-shadow": 0,
8
"no-param-reassign": 0,
9
"no-shadow": 0,
10
- "no-sync": 0
+ "no-sync": 0,
11
+ "prefer-destructuring": 0
12
}
13
package.json
@@ -21,9 +21,9 @@
21
"update-notifier": "1.0.3"
22
},
23
"devDependencies": {
24
- "@neogeek/eslint-config-standards": "1.10.0",
+ "@neogeek/eslint-config-standards": "1.11.0",
25
"codecov": "1.0.1",
26
- "eslint": "3.12.2",
+ "eslint": "3.13.1",
27
"istanbul": "0.4.5",
28
"mocha": "3.2.0"
29
0 commit comments