diff options
author | 2022-10-24 06:32:31 -0700 | |
---|---|---|
committer | 2022-10-24 10:32:31 -0300 | |
commit | 1ed05742b545520a4e30ec9b41fc925ff4631204 (patch) | |
tree | b181345f7b355b302b0b8ca64ad51caeef5bebdb | |
parent | bf5ad72e81da36c68f96c2431ec547e356538b80 (diff) | |
download | astro-1ed05742b545520a4e30ec9b41fc925ff4631204.tar.gz astro-1ed05742b545520a4e30ec9b41fc925ff4631204.tar.zst astro-1ed05742b545520a4e30ec9b41fc925ff4631204.zip |
`.prettierignore`: update comment; (#5177)
remove file that no longer needs to be ignored
-rw-r--r-- | .prettierignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.prettierignore b/.prettierignore index 9075aae84..e6c627f0c 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,6 +1,5 @@ -# Ignoring these files for now due to https://github.com/withastro/compiler/issues/318 +# Ignoring these files for now due to https://github.com/withastro/compiler/issues/585 examples/basics/src/layouts -examples/blog/src/layouts examples/with-nanostores/src/layouts # Ignoring this file for now due to https://github.com/withastro/compiler/issues/485 |