Skip to content

Commit 4e06d2d

Browse files
committed
Updated packages.
Updated ESLint rules.
1 parent 17cdbee commit 4e06d2d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"no-catch-shadow": 0,
88
"no-param-reassign": 0,
99
"no-shadow": 0,
10-
"no-sync": 0
10+
"no-sync": 0,
11+
"prefer-destructuring": 0
1112
}
1213
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"update-notifier": "1.0.3"
2222
},
2323
"devDependencies": {
24-
"@neogeek/eslint-config-standards": "1.10.0",
24+
"@neogeek/eslint-config-standards": "1.11.0",
2525
"codecov": "1.0.1",
26-
"eslint": "3.12.2",
26+
"eslint": "3.13.1",
2727
"istanbul": "0.4.5",
2828
"mocha": "3.2.0"
2929
},

0 commit comments

Comments
 (0)