From 9a45e46900d7137069e9bb5038b6c195580be0d3 Mon Sep 17 00:00:00 2001 From: Jakub Hanko <60473007+JakubHanko@users.noreply.github.com> Date: Fri, 24 May 2024 16:41:46 +0200 Subject: [PATCH] Add empty line at the end of config --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 571369d9dff..d04b7a7176d 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -39,4 +39,4 @@ export default [ "keyword-spacing": ["error", { "before": true, "after": true }] // Enforces spacing before and after keywords } } -] \ No newline at end of file +]