Skip to content

Commit 0f56841

Browse files
committed
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: #29993
1 parent 6ab67c3 commit 0f56841

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.prettierignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
build
22

3-
compiler
43
packages/react-devtools-core/dist
54
packages/react-devtools-extensions/chrome/build
65
packages/react-devtools-extensions/firefox/build

scripts/prettier/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const files = glob
5555
ignore: [
5656
'**/node_modules/**',
5757
'**/cjs/**',
58+
'compiler/**',
5859
...ignoredPathsListedInPrettierIgnoreInGlobFormat,
5960
],
6061
})

0 commit comments

Comments
 (0)