From 632abeef8726489168fbf4eecaae8f9e0d71a1ae Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sat, 4 May 2019 20:37:25 +0300 Subject: [PATCH] feature(package) eslint v6.0.0-alpha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42813383..c38e15fd 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "emitify": "^3.0.2", "es6-promise": "^4.0.5", "es6-promisify": "^6.0.0", - "eslint": "^5.0.0", + "eslint": "^6.0.0-alpha", "eslint-plugin-node": "^9.0.1", "eslint-plugin-putout": "^1.0.1", "extract-text-webpack-plugin": "^4.0.0-alpha.0",