Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 411a7af

Browse files
authored
Merge pull request #330 from graphql/greenkeeper/eslint-4.1.1
chore(package): update eslint to version 4.1.1
2 parents 01c3dd6 + dd1d485 commit 411a7af

File tree

3 files changed

+178
-213
lines changed

3 files changed

+178
-213
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"node": true
1111
},
1212

13-
"ecmaFeatures": {
13+
"parserOptions": {
1414
"arrowFunctions": true,
1515
"binaryLiterals": true,
1616
"blockBindings": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"chai": "3.5.0",
8282
"connect": "3.6.2",
8383
"coveralls": "2.13.1",
84-
"eslint": "3.19.0",
84+
"eslint": "4.1.1",
8585
"eslint-plugin-flowtype": "2.34.0",
8686
"express": "4.14.1",
8787
"express3": "*",

0 commit comments

Comments
 (0)