@samitouri / QOS-React / commits / 0f568418d2

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

Lauren Tan committed Jun 20, 2024 at 18:26 UTC 0f568418d2c9cd3d5f32eeb40d7305211bd17ccd
2 files changed +1 -1
.prettierignore
-1
@@ -1,6 +1,5 @@
1 build
2
3 -compiler
3 packages/react-devtools-core/dist
4 packages/react-devtools-extensions/chrome/build
5 packages/react-devtools-extensions/firefox/build
scripts/prettier/index.js
+1
@@ -55,6 +55,7 @@ const files = glob
55 ignore: [
56 '**/node_modules/**',
57 '**/cjs/**',
58 + 'compiler/**',
59 ...ignoredPathsListedInPrettierIgnoreInGlobFormat,
60 ],
61 })