From 9ba292f701219b0379b794d661dc2e45f790401b Mon Sep 17 00:00:00 2001 From: Brain Date: Tue, 23 Apr 2024 19:00:30 +0200 Subject: [PATCH] Update parser config --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 6356473..81de0ca 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,7 +8,7 @@ module.exports = { '@vue/standard' ], parserOptions: { - parser: 'babel-eslint' + parser: '@babel/eslint-parser' }, rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',