From 927b0835d86ccb6d147fa9d61712fa90ca41df83 Mon Sep 17 00:00:00 2001 From: counterweight Date: Fri, 14 Feb 2025 12:23:23 +0100 Subject: [PATCH] small fix in eslint config --- .eslintrc.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 1879aed..c26b549 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,8 +7,10 @@ "extends": ["eslint:recommended", "plugin:prettier/recommended"], "rules": { "prettier/prettier": "error", - "no-console": "warn", - "no-unused-vars": "off" + "no-console": "warn" + }, + "parserOptions": { + "ecmaVersion": 8 }, "plugins": ["prettier"], "overrides": [