From 4a8c151e488976446f29a1ae045b79fd624bb95a Mon Sep 17 00:00:00 2001 From: Philipp Fromme Date: Thu, 2 Jan 2025 13:50:58 +0100 Subject: [PATCH] chore: remove trailing comma --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 4a2f325..ca5fde9 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -44,7 +44,7 @@ export default [ return { ...config, - files: files.test, + files: files.test }; }) ]; \ No newline at end of file