From 901a0a6b53b1422d341d9d3508c47f79d2874b22 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 21 Jun 2024 08:03:09 +1000 Subject: [PATCH] Remove prettier --- .pre-commit-config.yaml | 6 ------ .prettierrc | 2 -- 2 files changed, 8 deletions(-) delete mode 100644 .prettierrc diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4191309..530ba7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,12 +49,6 @@ repos: hooks: - id: reek - id: rubocop - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 - hooks: - - id: prettier - name: Run prettier - description: Format files with prettier - repo: https://github.com/tcort/markdown-link-check rev: v3.12.1 hooks: diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 040276d..0000000 --- a/.prettierrc +++ /dev/null @@ -1,2 +0,0 @@ -semi: true -singleQuote: true