Fix linting

This commit is contained in:
Mathias Wagner
2024-07-21 19:18:52 +02:00
parent 4ecebbdeaf
commit afeea0fd30

View File

@ -10,7 +10,7 @@ const __dirname = path.dirname(__filename);
const compat = new FlatCompat({ const compat = new FlatCompat({
baseDirectory: __dirname, baseDirectory: __dirname,
recommendedConfig: js.configs.recommended, recommendedConfig: js.configs.recommended,
allConfig: js.configs.all allConfig: js.configs.all,
}); });
export default [ export default [
@ -40,4 +40,9 @@ export default [
}], }],
}, },
}, },
{
ignores: [
"integrations"
],
}
]; ];