forked from macopedia/nuxt-typo3-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nuxt-typo3-theme.code-workspace
46 lines (46 loc) · 1.24 KB
/
nuxt-typo3-theme.code-workspace
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.stylelint": true
},
"eslint.alwaysShowStatus": true,
"eslint.workingDirectories": ["./packages/*"],
"eslint.format.enable": true,
"vetur.validation.template": true,
"vetur.format.defaultFormatter.html": "none",
"vetur.format.defaultFormatter.css": "prettier",
"vetur.format.defaultFormatter.postcss": "none",
"vetur.format.defaultFormatter.scss": "prettier",
"vetur.format.defaultFormatter.less": "none",
"vetur.format.defaultFormatter.stylus": "none",
"vetur.format.defaultFormatter.js": "none",
"vetur.format.defaultFormatter.ts": "none",
"cssrem.rootFontSize": 10,
"cssVariables.lookupFiles": [
"packages/nuxt-typo3-theme/src/styles/core.scss",
],
"colorize.languages": [
"javascript",
"vue",
"scss"
]
},
"extensions": {
"recommendations": [
"msjsdiag.debugger-for-chrome",
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"octref.vetur",
"usernamehw.errorlens",
"kamikillerto.vscode-colorize"
]
}
}