ui: exclude generated build dirs from prettier and eslint so lint errors stop being masked (#23910)
This commit is contained in:
@@ -45,8 +45,8 @@ export default ts.config(
|
||||
}
|
||||
},
|
||||
{
|
||||
// Exclude Storybook files from main ESLint rules
|
||||
ignores: ['.storybook/**/*']
|
||||
// Exclude generated build output and Storybook files from ESLint
|
||||
ignores: ['dist/**', 'build/**', '.svelte-kit/**', 'test-results/**', '.storybook/**/*']
|
||||
},
|
||||
storybook.configs['flat/recommended']
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user