Skip to content

Commit

Permalink
fix: make linting ignore config/scripts files
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlago99 committed Jan 7, 2025
1 parent 5667003 commit e046af0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,11 @@ export default [
'@typescript-eslint/no-require-imports': 'off',
},
},
{
files: ['vite.config.ts', 'scripts/**/*.js'],
rules: {
'import/order': 'off',
},
},
pluginPrettier,
]

0 comments on commit e046af0

Please sign in to comment.