mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: set prettier as default for workflow files
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -21,5 +21,8 @@
|
|||||||
"typescript.preferences.autoImportFileExcludePatterns": [
|
"typescript.preferences.autoImportFileExcludePatterns": [
|
||||||
// Should import Text from UI components instead
|
// Should import Text from UI components instead
|
||||||
"react-native/Libraries/Text/Text.d.ts"
|
"react-native/Libraries/Text/Text.d.ts"
|
||||||
]
|
],
|
||||||
|
"[github-actions-workflow]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user