Skip to content

Commit 3aa5c50

Browse files
committed
Enable forceConsistentCasingInFileNames by default
1 parent 021f7e5 commit 3aa5c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/scripts/utils/verifyTypeScriptSetup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function verifyTypeScriptSetup() {
9898
esModuleInterop: { suggested: true },
9999
allowSyntheticDefaultImports: { suggested: true },
100100
strict: { suggested: true },
101+
forceConsistentCasingInFileNames: { suggested: true },
101102

102103
// These values are required and cannot be changed by the user
103104
module: {

0 commit comments

Comments
 (0)