mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
Clean up ESLint config by removing glob patterns
Removed unused glob patterns for source and node files.
This commit is contained in:
parent
c6f54a2a4c
commit
70f9dd50b7
@ -50,14 +50,6 @@ const nodeGlobs = [
|
||||
|
||||
const __dirname = fileURLToPath(new URL('./', import.meta.url));
|
||||
|
||||
const srcGlobs = [
|
||||
'src/**/*.{js,mjs,jsx,ts,tsx}',
|
||||
];
|
||||
const nodeGlobs = [
|
||||
'scripts/**/*.{js,ts,mjs}',
|
||||
'*.config.{js,ts,mjs}',
|
||||
];
|
||||
|
||||
export default defineConfig(
|
||||
{ ignores: ignorePatterns },
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user