mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.exclude": {
|
|
"**/.DS_Store": true,
|
|
"**/.git": true,
|
|
"**/node_modules": true
|
|
},
|
|
"prettier.eslintIntegration": true,
|
|
"search.exclude": {
|
|
"**/node_modules": true
|
|
}
|
|
}
|