Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored and github-actions[bot] committed Feb 5, 2024
1 parent 8442b17 commit a3ad2ce
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions apps/next-app-router/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"jsx": "preserve",
"plugins": [
{
"name": "next",
},
"name": "next"
}
],
"strictNullChecks": true,
"strictNullChecks": true
},
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}
8 changes: 4 additions & 4 deletions apps/next-pages-router/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"jsx": "preserve",
"plugins": [
{
"name": "next",
},
"name": "next"
}
],
"strictNullChecks": true,
"strictNullChecks": true
},
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}
6 changes: 3 additions & 3 deletions apps/remix/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"],
"~/*": ["./app/*"]
},

// Remix takes care of building everything in `remix build`.
"noEmit": true,
},
"noEmit": true
}
}
4 changes: 2 additions & 2 deletions apps/studio/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"incremental": true
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}
6 changes: 3 additions & 3 deletions packages/preview-kit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"noEmit": true,
"rootDir": ".",
"paths": {
"@sanity/preview-kit": ["src/"],
},
"@sanity/preview-kit": ["src/"]
}
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["dist", "node_modules"],
"exclude": ["dist", "node_modules"]
}
4 changes: 2 additions & 2 deletions packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"compilerOptions": {
"incremental": true,
"noEmit": true,
"rootDir": ".",
"rootDir": "."
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["dist", "node_modules"],
"exclude": ["dist", "node_modules"]
}

0 comments on commit a3ad2ce

Please sign in to comment.