Skip to content

Commit

Permalink
Merge pull request #260 from zanminkian/zmj/forceConsistentCasingInFi…
Browse files Browse the repository at this point in the history
…leNames

Remove `forceConsistentCasingInFileNames`
  • Loading branch information
orta authored Mar 23, 2024
2 parents 8fee712 + ebe629c commit 4ace9bf
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 18 deletions.
1 change: 0 additions & 1 deletion bases/create-react-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react-jsx",
"noEmit": true,
Expand Down
1 change: 0 additions & 1 deletion bases/next.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
Expand Down
1 change: 0 additions & 1 deletion bases/node-lts.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16"
}
}
1 change: 0 additions & 1 deletion bases/node10.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node"
}
}
1 change: 0 additions & 1 deletion bases/node12.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16"
}
}
1 change: 0 additions & 1 deletion bases/node14.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16"
}
}
1 change: 0 additions & 1 deletion bases/node16.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16"
}
}
1 change: 0 additions & 1 deletion bases/node17.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"useDefineForClassFields": true,
"moduleResolution": "node16"
}
Expand Down
1 change: 0 additions & 1 deletion bases/node18.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16"
}
}
1 change: 0 additions & 1 deletion bases/node19.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16"
}
}
1 change: 0 additions & 1 deletion bases/node20.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16"
}
}
1 change: 0 additions & 1 deletion bases/node21.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16"
}
}
1 change: 0 additions & 1 deletion bases/react-native.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": false,
"esModuleInterop": true,
"skipLibCheck": true
}
Expand Down
1 change: 0 additions & 1 deletion bases/remix.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"target": "es2019",
"strict": true,
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
Expand Down
3 changes: 1 addition & 2 deletions bases/strictest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"checkJs": true,

"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
"skipLibCheck": true
},
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Strictest",
Expand Down
3 changes: 1 addition & 2 deletions bases/svelte.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
"skipLibCheck": true
}
}

0 comments on commit 4ace9bf

Please sign in to comment.