mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-11 10:41:46 +00:00
Fix linting
This commit is contained in:
@ -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"
|
||||||
|
],
|
||||||
|
}
|
||||||
];
|
];
|
||||||
Reference in New Issue
Block a user