Skip to content

Commit

Permalink
Vendor isn't ignored in the upstream blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 25, 2024
1 parent 64e9c30 commit a41a0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files-override/js/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default [
js.configs.recommended,
prettier,
{
ignores: ['vendor/', 'dist/', 'node_modules/', 'coverage/', '!**/.*'],
ignores: ['dist/', 'node_modules/', 'coverage/', '!**/.*'],
linterOptions: {
reportUnusedDisableDirectives: 'error',
},
Expand Down

0 comments on commit a41a0c1

Please sign in to comment.