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