mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
36 lines
814 B
JSON
36 lines
814 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"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,
|
|
|
|
"flow.useNPMPackagedFlow": true,
|
|
"search.exclude": {
|
|
".git": true,
|
|
".eslintcache": true,
|
|
"app/dist": true,
|
|
"app/main.prod.js": true,
|
|
"app/main.prod.js.map": true,
|
|
"bower_components": true,
|
|
"dll": true,
|
|
"flow-typed": true,
|
|
"release": true,
|
|
"node_modules": true,
|
|
"npm-debug.log.*": true,
|
|
"test/**/__snapshots__": true,
|
|
"yarn.lock": true
|
|
}
|
|
}
|