@artsy/cohesion
Version:
Analytics schema
20 lines (19 loc) • 414 B
JSON
{
"editor.rulers": [80],
"editor.tabSize": 2,
"search.exclude": {
"**/node_modules": true
},
"files.exclude": {
"**/.git": true
},
"[json]": {
"editor.formatOnSave": false
},
"typescript.tsdk": "./node_modules/typescript/lib",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}