From a3c7fd80144ea23628cca9ce670461037962ffc5 Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Fri, 30 Jul 2021 19:53:52 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=A7=20Parser=20sbagliato=20nell?= =?UTF-8?q?a=20configurazione=20di=20eslint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 28eede33d..22d32a227 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,7 +17,7 @@ "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, - "parser": "babel-eslint", + "parser": "@babel/eslint-parser", "parserOptions": { "ecmaVersion": 2021, "sourceType": "module"