forked from sunithvs/carenest-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkspace.code-workspace
More file actions
67 lines (67 loc) · 1.36 KB
/
workspace.code-workspace
File metadata and controls
67 lines (67 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"folders": [{
"path": "."
}],
"settings": {
"editor.snippetSuggestions": "inline",
"files.exclude": {
".github": true,
"**/.git": true,
".gitignore": true,
"package.json": false,
".eslintrc.json": true,
".vscode": true,
"**/node_modules": true,
".env": true,
"LICENSE": true,
".firebaserc": true,
"firebase.json": true,
".eslintrc.js": true,
".babelrc": true,
"yarn.lock": true,
"build": true,
"webpack": true,
"yarn-error.log": true,
"tsconfig.json": true,
"setupTests.js": true,
"__tests__/__snapshots__":true,
"functions/yarn.lock":true
},
"eslint.validate": ["typescript", "javascript", "javascriptreact", "typescriptreact"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"cSpell.words": [
"Cacheable",
"Vishwas",
"allman",
"anseki",
"dbaeumer",
"ecmel",
"eqeqeq",
"firebaserc",
"giphy",
"kohler",
"linebreak",
"pmmmwh",
"precache",
"precaching",
"serviceworker",
"webfonts",
"webp",
"wojtekmaj"
],
"editor.formatOnSaveMode": "modifications",
"diffEditor.codeLens": true,
"editor.minimap.enabled": false
},
"extensions": {
"recommendations": [
"anseki.vscode-color",
"christian-kohler.npm-intellisense",
"dbaeumer.vscode-eslint",
"ecmel.vscode-html-css",
"streetsidesoftware.code-spell-checker"
]
}
}