From 8c360e2780e5e787c899676524aa0d7737045ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sun, 17 May 2020 14:32:33 +0200 Subject: [PATCH] feat: Support ESLint 7.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95e6faa..4efd5e5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": {}, "devDependencies": { - "eslint": "^6.1.0", + "eslint": "^7.0.0", "mocha": "^6.2.0", "standard": "*" },