From 76ca8e2526901b07fb4a9c61d1b3080aa1176d3a Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Mon, 13 Mar 2023 00:04:36 +0900 Subject: [PATCH] chore: update `.prettierignore` --- .prettierignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.prettierignore b/.prettierignore index 5e3434855df..548792bb901 100644 --- a/.prettierignore +++ b/.prettierignore @@ -14,6 +14,9 @@ packages/ast-spec/src/*/*/fixtures/_error_/*/fixture.ts # prettier doesn't yet support auto-accessors packages/ast-spec/src/element/AccessorProperty/fixtures +# prettier doesn't yet support `const` modifiers for type parameters +packages/ast-spec/src/special/TSTypeParameter/fixtures + # Ignore CHANGELOG.md files to avoid issues with automated release job CHANGELOG.md