mirror of
https://github.com/Shopify/draggable.git
synced 2026-01-18 15:54:06 +00:00
24 lines
564 B
JSON
24 lines
564 B
JSON
{
|
|
"css.validate": false,
|
|
"scss.validate": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
|
|
"stylelint.enable": true,
|
|
"stylelint.autoFixOnSave": true,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.DS_Store": true,
|
|
"**/node_modules": true,
|
|
"lib": true
|
|
},
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"lib": true,
|
|
"dist/": true
|
|
}
|
|
}
|