You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
933 B
50 lines
933 B
{
|
|
"editor.formatOnSave": true,
|
|
"cSpell.words": [
|
|
"beforeinput",
|
|
"bodyparser",
|
|
"browserslist",
|
|
"chmod",
|
|
"clonedeep",
|
|
"compositionend",
|
|
"compositionstart",
|
|
"config",
|
|
"contenteditable",
|
|
"elems",
|
|
"hoverbar",
|
|
"img",
|
|
"isequal",
|
|
"js",
|
|
"keyscan",
|
|
"luochao",
|
|
"middlewares",
|
|
"mkdir",
|
|
"next",
|
|
"nocheck",
|
|
"prettier",
|
|
"prettierrc",
|
|
"prismjs",
|
|
"snabbdom",
|
|
"src",
|
|
"team",
|
|
"tecent",
|
|
"toarray",
|
|
"ts",
|
|
"uppy",
|
|
"vdom",
|
|
"vnode",
|
|
"wangeditor",
|
|
"wangfupeng",
|
|
"we",
|
|
"write",
|
|
"yuque"
|
|
],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"eslint.validate": ["javascript"],
|
|
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 2
|
|
}
|