mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
22 lines
467 B
JSON
22 lines
467 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.DS_Store": true,
|
|
"**/node_modules": true
|
|
},
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"build": true
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": false,
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"javascript.validate.enable": false,
|
|
"eslint.validate": ["javascript"],
|
|
"eslint.workingDirectories": [{ "mode": "auto" }]
|
|
}
|