mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 20:51:12 +08:00
Enable forceConsistentCasingInFileNames by default
This commit is contained in:
@@ -98,6 +98,7 @@ function verifyTypeScriptSetup() {
|
||||
esModuleInterop: { suggested: true },
|
||||
allowSyntheticDefaultImports: { suggested: true },
|
||||
strict: { suggested: true },
|
||||
forceConsistentCasingInFileNames: { suggested: true },
|
||||
|
||||
// These values are required and cannot be changed by the user
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user