Browse Source

update:添加格式文件

pull/1/head
luanss 4 years ago
parent
commit
5ad7abf784
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .prettierrc

+ 8
- 0
.prettierrc View File

@ -0,0 +1,8 @@
{
"singleQuote": true,
"semi": false,
trailingComma:"none",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

Loading…
Cancel
Save