Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lli committed Jan 7, 2025
1 parent c41e715 commit 9eba286
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ export default tseslint.config(
}
},
// Project specific configs
{
name: 'ignore-files',
ignores: ['vitest.workspace.ts']
},
{
name: 'general',
ignores: ['vitest.workspace.ts'],
rules: {
'@typescript-eslint/no-namespace': 'off'
}
Expand Down

0 comments on commit 9eba286

Please sign in to comment.