File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 },
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" ,
5656 "xo" : " *"
5757 },
5858 "peerDependencies" : {
59- "eslint" : " >=4 "
59+ "eslint" : " >=5.0.0 "
6060 },
6161 "ava" : {
6262 "files" : [
Original file line number Diff line number Diff 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" : [
You can’t perform that action at this time.
0 commit comments