From 6f792e716d7d5b67cf5c87013f08df27a47fe182 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:15:07 -0700 Subject: [PATCH] Update eslint.config.js Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com> --- eslint.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 9409e1b..07b1e7f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,6 +1,4 @@ import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; -export default tseslint.config( - eslint.configs.recommended, - ...tseslint.configs.recommended); +export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.recommended);