Skip to content

Commit 32c0053

Browse files
authored
Merge pull request #34 from joeybaker/greenkeeper/eslint-4.1.1
Greenkeeper/eslint 4.1.1
2 parents 4a73280 + 55a2a88 commit 32c0053

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

.eslintrc.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,6 @@
33
"plugins": [
44
"react"
55
],
6-
"ecmaFeatures": {
7-
"arrowFunctions": true,
8-
"binaryLiterals": true,
9-
"blockBindings": true,
10-
"classes": true,
11-
"defaultParams": true,
12-
"destructuring": true,
13-
"forOf": true,
14-
"generators": true,
15-
"modules": true,
16-
"objectLiteralComputedProperties": true,
17-
"objectLiteralDuplicateProperties": true,
18-
"objectLiteralShorthandMethods": true,
19-
"objectLiteralShorthandProperties": true,
20-
"octalLiterals": true,
21-
"regexUFlag": true,
22-
"regexYFlag": true,
23-
"superInFunctions": true,
24-
"templateStrings": true,
25-
"unicodeCodePointEscapes": true,
26-
"globalReturn": true,
27-
"jsx": true
28-
},
296
"env": {
307
"browser": true,
318
"node": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dmn": "^1.0.5",
7070
"doctoc": "^1.2.0",
7171
"enzyme": "^2.8.2",
72-
"eslint": "^3.4.0",
72+
"eslint": "^4.1.1",
7373
"eslint-plugin-react": "^7.1.0",
7474
"faucet": "0.0.1",
7575
"ghooks": "^1.3.2",

0 commit comments

Comments
 (0)