Procházet zdrojové kódy

Prettiers more things

main
Eric Amodio před 6 roky
rodič
revize
d53b45432d
5 změnil soubory, kde provedl 1287 přidání a 759 odebrání
  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 Zobrazit soubor

@ -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 Zobrazit soubor

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

+ 856
- 395
CHANGELOG.md
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 427
- 359
README.md
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
package.json Zobrazit soubor

@ -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",

Načítá se…
Zrušit
Uložit