Skip to content

Commit a6ce053

Browse files
committed
Require ESLint 5
1 parent 985a861 commit a6ce053

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"node": ">=4"
1414
},
1515
"scripts": {
16-
"test": "xo && nyc ava",
16+
"test": "nyc ava",
1717
"integration": "./test/integration/test.js",
1818
"coveralls": "nyc report --reporter=text-lcov | coveralls"
1919
},
@@ -46,7 +46,7 @@
4646
"chalk": "^2.0.1",
4747
"coveralls": "^3.0.0",
4848
"del": "^3.0.0",
49-
"eslint": "^4.0.0",
49+
"eslint": "^5.0.0",
5050
"eslint-ava-rule-tester": "^2.0.0",
5151
"execa": "^0.9.0",
5252
"listr": "^0.13.0",
@@ -56,7 +56,7 @@
5656
"xo": "*"
5757
},
5858
"peerDependencies": {
59-
"eslint": ">=4"
59+
"eslint": ">=5.0.0"
6060
},
6161
"ava": {
6262
"files": [

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Configure it in `package.json`.
2626
"es6": true
2727
},
2828
"parserOptions": {
29-
"ecmaVersion": 2017,
29+
"ecmaVersion": 2018,
3030
"sourceType": "module"
3131
},
3232
"plugins": [

0 commit comments

Comments
 (0)