Re-enable prettier for compiler/

Now that the compiler directory has its own prettier config, we can
remove the prettierignore entry for compiler/ so it still runs in your
editor if you open the root directory

ghstack-source-id: 5e3bd597cf2f11a9931f084eb909ffd81ebdca81
Pull Request resolved: https://github.com/facebook/react/pull/29993
This commit is contained in:
Lauren Tan
2024-06-20 18:26:50 -04:00
parent 6ab67c35f1
commit 0f568418d2
2 changed files with 1 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ const files = glob
ignore: [
'**/node_modules/**',
'**/cjs/**',
'compiler/**',
...ignoredPathsListedInPrettierIgnoreInGlobFormat,
],
})