From afeea0fd3021a62ef00fa6a96bcb6036cb21f4ca Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 21 Jul 2024 19:18:52 +0200 Subject: [PATCH] Fix linting --- eslint.config.mjs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 4cb7672..ed865ee 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -10,7 +10,7 @@ const __dirname = path.dirname(__filename); const compat = new FlatCompat({ baseDirectory: __dirname, recommendedConfig: js.configs.recommended, - allConfig: js.configs.all + allConfig: js.configs.all, }); export default [ @@ -40,4 +40,9 @@ export default [ }], }, }, + { + ignores: [ + "integrations" + ], + } ]; \ No newline at end of file