mirror of
https://github.com/Shopify/draggable.git
synced 2026-01-18 15:54:06 +00:00
26 lines
552 B
JSON
26 lines
552 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.DS_Store": true,
|
|
"**/node_modules": true,
|
|
".rollup.cache": true,
|
|
"coverage": true
|
|
},
|
|
"search.exclude": {
|
|
"node_modules/**/*": true,
|
|
".rollup.cache/**/*": true,
|
|
"coverage/**/*": true,
|
|
"build/**/*": true,
|
|
"docs/**/*": true
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": false,
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"javascript.validate.enable": false,
|
|
"eslint.validate": ["javascript"]
|
|
}
|