mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
style: auto-format codebase with Prettier
Applied formatting to 1487+ files using pnpm format:write - TypeScript/JavaScript files - Svelte components - Astro pages - JSON configs - Markdown docs 13 files still need manual review (Astro JSX comments)
This commit is contained in:
parent
0241f5554c
commit
d36b321d9d
3952 changed files with 661498 additions and 739751 deletions
|
|
@ -20,7 +20,12 @@ module.exports = {
|
|||
testMatch: ['**/__tests__/**/*.test.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)'],
|
||||
|
||||
// Paths to ignore
|
||||
testPathIgnorePatterns: ['/node_modules/', '/__tests__/utils/', '/__tests__/fixtures/', '/__tests__/mocks/'],
|
||||
testPathIgnorePatterns: [
|
||||
'/node_modules/',
|
||||
'/__tests__/utils/',
|
||||
'/__tests__/fixtures/',
|
||||
'/__tests__/mocks/',
|
||||
],
|
||||
|
||||
// Transform ignore patterns for React Native modules
|
||||
transformIgnorePatterns: [
|
||||
|
|
|
|||
|
|
@ -21,7 +21,13 @@ export default defineConfig({
|
|||
include: ['src/**/*.{test,spec}.{js,ts}'],
|
||||
|
||||
// Exclude patterns
|
||||
exclude: ['node_modules/**', 'dist/**', '**/*.d.ts', '**/__tests__/fixtures/**', '**/__tests__/utils/**'],
|
||||
exclude: [
|
||||
'node_modules/**',
|
||||
'dist/**',
|
||||
'**/*.d.ts',
|
||||
'**/__tests__/fixtures/**',
|
||||
'**/__tests__/utils/**',
|
||||
],
|
||||
|
||||
// Test environment
|
||||
environment: 'node',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue