Skip to content

Instantly share code, notes, and snippets.

@koshuang
Created August 7, 2021 03:28
Show Gist options
  • Save koshuang/08805ef565dd08806be3b2845e65fb76 to your computer and use it in GitHub Desktop.
Save koshuang/08805ef565dd08806be3b2845e65fb76 to your computer and use it in GitHub Desktop.
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.format.enable": true,
"eslint.codeActionsOnSave.mode": "problems",
"eslint.validate": ["typescript", "javascript", "javascriptreact", "typescriptreact"],
"[javascript]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"[json]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"[jsonc]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"[typescript]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"[javascriptreact]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"[typescriptreact]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"[less]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.postcssSorting.execute": true
}
},
"cSpell.words": ["antd", "consts", "lerna", "miragejs", "npmjs", "npmrc", "serializers", "sider"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment