From 57b524350997684912ef90274c444ef0a4571905 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 4 May 2020 17:56:41 +0300 Subject: [PATCH] feature(package) eslint v7.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f2cccb3..05e80960 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "css-loader": "^3.0.0", "domtokenlist-shim": "^1.2.0", "emitify": "^4.0.1", - "eslint": "^6.0.0-alpha", + "eslint": "^7.0.0-rc.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-putout": "^4.0.0", "extract-text-webpack-plugin": "^4.0.0-alpha.0",