Skip to content

Commit

Permalink
adjust rule for files
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng authored and bjoernricks committed Jun 10, 2024
1 parent dcaabbf commit d3e9a3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,12 @@ module.exports = {
2,
],
},
overrides: [
{
files: ['vite-env.d.ts'],
rules: {
'header/header': 'off',
},
},
],
};

0 comments on commit d3e9a3e

Please sign in to comment.