mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
continuous-native-generation
This commit is contained in:
7
.vscode/extensions.json
vendored
Normal file
7
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"expo.vscode-expo-tools",
|
||||
"gruntfuggly.todo-tree",
|
||||
"eamodio.gitlens"
|
||||
]
|
||||
}
|
||||
33
.vscode/settings.json
vendored
Normal file
33
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"typescript.tsserver.maxTsServerMemory": 8192,
|
||||
"typescript.tsserver.nodePath": "node",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": "never",
|
||||
"source.fixAll": "explicit",
|
||||
"source.sortMembers": "explicit"
|
||||
},
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"prettier.ignorePath": "",
|
||||
"prettier.requireConfig": true,
|
||||
"duplicatedCode.options": {
|
||||
"absolute": true,
|
||||
"silent": true,
|
||||
"gitignore": true,
|
||||
"noSymlinks": false,
|
||||
"threshold": 0,
|
||||
"minTokens": 50,
|
||||
"minLines": 33,
|
||||
"maxLines": 1000,
|
||||
"maxSize": "100kb"
|
||||
},
|
||||
"duplicatedCode.exclude": [
|
||||
"**/.expo/**",
|
||||
"**/.turbo/**",
|
||||
"**/mnt/**",
|
||||
"**/dist/**",
|
||||
"**/node_modules/**",
|
||||
"**/android/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user