Skip to content

Commit

Permalink
Add files-override to eslint-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 24, 2024
1 parent 5af9afc commit 5c6856d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ export default [
pluginJs.configs.recommended,
eslintPluginPrettierRecommended,
{
ignores: ['tests/fixture/*', 'tests/fixture-ts/*', 'files/*'],
ignores: [
'tests/fixture/*',
'tests/fixture-ts/*',
'files/*',
'files-override/*',
],
},
];

0 comments on commit 5c6856d

Please sign in to comment.