From 80846a42532344e415e8e1d8659590441c3c5843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 22 Apr 2024 17:21:46 +0200 Subject: [PATCH] Update eslint.config.js --- eslint.config.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index c9f646d..70ba79f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,8 +1,10 @@ module.exports = [ { - "parserOptions": { - "ecmaVersion": 2015, - "sourceType": "script" + "languageOptions": { + "parserOptions": { + "ecmaVersion": 2015, + "sourceType": "script" + } } } ]