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 006ade7 commit c41e715
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ 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'
}
},
{
name: 'packages/editor',
rules: {
'@typescript-eslint/no-namespace': 'off'
'react/no-unknown-property': 'off'
}
}
);

0 comments on commit c41e715

Please sign in to comment.