From 0c2985e7769e48315214323a7f074f101aabf665 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sun, 11 Nov 2018 18:32:17 +0100 Subject: [PATCH] style: use prettier --- .github/ISSUE_TEMPLATE.md | 1 - .prettierignore | 4 + .prettierrc | 22 +++++ .vscode/launch.json | 9 +-- .vscode/settings.json | 16 ++-- .vscode/tasks.json | 8 +- CHANGELOG.md | 1 - README.md | 17 +++- dependencies.yml | 54 ++++++------- package.json | 6 +- renovate.json | 6 +- src/extension.ts | 159 +++++++++++++++++++------------------ src/test/extension.test.ts | 11 ++- src/test/index.ts | 10 +-- tsconfig.json | 24 +++--- tslint.json | 108 +++++++++++++++++-------- 16 files changed, 260 insertions(+), 196 deletions(-) create mode 100644 .prettierignore create mode 100644 .prettierrc diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 864d171..acb13b2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,3 @@ -