mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
fix lint
This commit is contained in:
parent
16cb8e753b
commit
e9caa4a217
46 changed files with 1784 additions and 728 deletions
|
|
@ -38,13 +38,27 @@ export default [
|
|||
'**/*.d.ts',
|
||||
'**/generated/**',
|
||||
|
||||
// Config files (tool-specific, not part of app code)
|
||||
'**/drizzle.config.ts',
|
||||
'playwright.config.ts',
|
||||
'vitest.config.ts',
|
||||
'tests/**',
|
||||
|
||||
// Documentation examples
|
||||
'docs/test-examples/**',
|
||||
|
||||
// Games with specific runtime environments
|
||||
'games/whopixels/**',
|
||||
|
||||
// Apps with their own ESLint configs (framework-specific)
|
||||
// These import from @manacore/eslint-config but add framework rules
|
||||
'apps/*/apps/mobile/**',
|
||||
'apps/*/apps/web/**',
|
||||
'apps/*/apps/backend/**',
|
||||
'apps/*/apps/landing/**',
|
||||
'apps/*/packages/**', // Project-specific packages
|
||||
'games/*/apps/**',
|
||||
'games/*/packages/**', // Game-specific packages
|
||||
'services/**',
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue