mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 06:44:13 +00:00
25 lines
No EOL
484 B
Text
25 lines
No EOL
484 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "desktop-app"
|
|
},
|
|
{
|
|
"path": "browser-extension"
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.associations": {
|
|
".babelrc": "jsonc",
|
|
".eslintrc": "jsonc",
|
|
".prettierrc": "jsonc",
|
|
".stylelintrc": "json",
|
|
".dockerignore": "ignore",
|
|
".eslintignore": "ignore",
|
|
".flowconfig": "ignore"
|
|
},
|
|
"javascript.validate.enable": false,
|
|
"javascript.format.enable": false,
|
|
"typescript.validate.enable": false,
|
|
"typescript.format.enable": false
|
|
}
|
|
} |