From 0b02df26e85d38db571a99acd80508e5017c0941 Mon Sep 17 00:00:00 2001 From: Nikolai Gotzmann Date: Tue, 20 Feb 2024 21:01:15 +0100 Subject: [PATCH] ISSUE-72| Update eslint --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 3391da1..7fdf1ba 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,7 +8,7 @@ module.exports = { 'eslint:recommended' ], parserOptions: { - parser: 'babel-eslint' + parser: '@babel/eslint-parser' }, rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',