Skip to content

Commit 4fcd87a

Browse files
committed
chore: remove Prettier configuration files and update ESLint ignores
1 parent 158de54 commit 4fcd87a

File tree

3 files changed

+1
-39
lines changed

3 files changed

+1
-39
lines changed

.prettierignore

Lines changed: 0 additions & 20 deletions
This file was deleted.

.prettierrc

Lines changed: 0 additions & 12 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ export default antfu(
131131
},
132132
// Ignore large external vendor/source trees not meant for linting in this extension
133133
{
134-
ignores: [
135-
'external/**',
136-
'coverage/**',
137-
'out/**',
138-
'.github/workflows/**',
139-
'.github/actions/**',
140-
],
134+
ignores: ['external/**', 'coverage/**', 'out/**', '**/*.yml'],
141135
}
142136
);

0 commit comments

Comments
 (0)