mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-24 02:19:34 +08:00
b0148c563f
* perf: 路由守卫获取菜单异常,跳转登录页并弹窗提示 (#502) * perf: 规范不同系统中的结束符 (#505) * fix: eol * fix: 测试效果 * fix: 默认全部文件eol=lf * fix: 防止误判,仅对部分明确的文件设置 * fix: 新建文件eol格式错误进行互补 * Update settings.json * fix: 修复无法将通知设为未读 (#511) * fix: 修复 store 中并未对 localStorage 的 TOKEN_NAME 键进行赋值的缺陷 (#504) * fix: 接口请求不携带token * fix: 优化token持久化策略 * fix: 删除多余的log * chore: release 0.7.5 (#512) --------- Co-authored-by: liweijie0812 <674416404@qq.com> Co-authored-by: Gui.H <springhgui@outlook.com> Co-authored-by: You <i@izoyo.cn>
37 lines
896 B
JSON
37 lines
896 B
JSON
{
|
|
"files.eol":"\n",
|
|
"editor.tabSize": 2,
|
|
"eslint.format.enable": true,
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "vue"],
|
|
"[vue]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
},
|
|
"[javascript]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
},
|
|
"cSpell.words": [
|
|
"tdesign",
|
|
"tvision",
|
|
"echarts",
|
|
"nprogress",
|
|
"commitlint",
|
|
"stylelint",
|
|
"pinia",
|
|
"qrcode"
|
|
],
|
|
}
|