mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
* chore: Rename InnerProps to Props * feat: Render community guidelines * chore: refactor schema communityGuidelines* settings into it's own type * test: update snapshots
20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.associations": {
|
|
"*.css": "postcss"
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
".vs": true
|
|
},
|
|
"tslint.exclude": "**/node_modules/**",
|
|
"tslint.autoFixOnSave": true,
|
|
"tslint.jsEnable": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"postcss.validate": false
|
|
}
|