瀏覽代碼

Prettiers more things

main
Eric Amodio 6 年之前
父節點
當前提交
d53b45432d
共有 5 個文件被更改,包括 1287 次插入759 次删除
  1. +1
    -2
      .github/ISSUE_TEMPLATE/bug_report.md
  2. +2
    -2
      .prettierignore
  3. +856
    -395
      CHANGELOG.md
  4. +427
    -359
      README.md
  5. +1
    -1
      package.json

+ 1
- 2
.github/ISSUE_TEMPLATE/bug_report.md 查看文件

@ -8,11 +8,10 @@ about: Create a report to help GitLens improve
-->
- GitLens Version:
<!-- Use Help > Report Issue to prefill these. -->
<!-- Use Help > Report Issue to prefill these. -->
- VSCode Version:
- OS Version:
Steps to Reproduce:
1.
2.

+ 2
- 2
.prettierignore 查看文件

@ -1,2 +1,2 @@
package*.json
*.md
emojis.json
git.d.ts

+ 856
- 395
CHANGELOG.md
文件差異過大導致無法顯示
查看文件


+ 427
- 359
README.md
文件差異過大導致無法顯示
查看文件


+ 1
- 1
package.json 查看文件

@ -3572,7 +3572,7 @@
"clean": "git clean -Xdf",
"lint": "tslint --project tsconfig.json && tslint --project ui.tsconfig.json",
"pack": "vsce package",
"pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.ts\" && tslint --project tsconfig.json --fix && tslint --project ui.tsconfig.json --fix",
"pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.{ts,md,json}\" && tslint --project tsconfig.json --fix && tslint --project ui.tsconfig.json --fix",
"pub": "vsce publish",
"rebuild": "npm run reset && npm run build",
"reset": "npm run clean && npm install --no-save",

Loading…
取消
儲存