diff --git a/.github/labeler.yml b/.github/labeler.yml index 4b94e8a25..4491453c4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -57,7 +57,6 @@ miscellaneous: - .git-blame-ignore-revs - .gitattributes - .gitignore - - .prettierrc - AUTHORS - Gemfile - Gemfile.lock diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91e0b4e3f..e5e31e9b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,11 +54,6 @@ repos: - id: script-must-not-have-extension name: Local policy is to exclude extension from all shell files types: [shell] - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 - hooks: - - id: prettier - exclude: ^doc/internal/opcode\.md$ - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.39.0 hooks: diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 81b81d20d..000000000 --- a/.prettierrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "bracketSpacing": false -}