mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:03:26 +00:00
help
This commit is contained in:
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@@ -8,5 +8,13 @@
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"typescript.tsdk": "node_modules\\typescript\\lib"
|
||||
"typescript.tsdk": "node_modules\\typescript\\lib",
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
||||
["cn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
|
||||
],
|
||||
"typescript.preferences.autoImportFileExcludePatterns": [
|
||||
// Should import Text from UI components instead
|
||||
"react-native/Libraries/Text/Text.d.ts"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user