Skip to content

Commit 3eea534

Browse files
committed
Require ESLint 6
1 parent 11498b2 commit 3eea534

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: node_js
22
node_js:
3+
- '12'
34
- '10'
45
- '8'

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
"simple"
4343
],
4444
"devDependencies": {
45-
"@typescript-eslint/eslint-plugin": "^2.3.0",
46-
"@typescript-eslint/parser": "^2.3.0",
45+
"@typescript-eslint/eslint-plugin": "^2.6.1",
46+
"@typescript-eslint/parser": "^2.6.1",
4747
"ava": "^2.4.0",
48-
"eslint": "^6.4.0",
48+
"eslint": "^6.6.0",
4949
"temp-write": "^4.0.0",
50-
"typescript": "^3.6.3"
50+
"typescript": "^3.7.2"
5151
},
5252
"peerDependencies": {
53-
"@typescript-eslint/eslint-plugin": ">=2.3.0",
54-
"eslint": ">=5.16.0",
53+
"@typescript-eslint/eslint-plugin": ">=2.6.1",
54+
"eslint": ">=6.6.0",
5555
"typescript": ">=3.5.3"
5656
}
5757
}

0 commit comments

Comments
 (0)