Skip to content

Commit

Permalink
Re-enable prettier for compiler/
Browse files Browse the repository at this point in the history
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
  • Loading branch information
poteto committed Jun 20, 2024
1 parent b15c849 commit 487b2d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
build

compiler
packages/react-devtools-core/dist
packages/react-devtools-extensions/chrome/build
packages/react-devtools-extensions/firefox/build
Expand Down
1 change: 1 addition & 0 deletions scripts/prettier/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const files = glob
ignore: [
'**/node_modules/**',
'**/cjs/**',
'compiler/**',
...ignoredPathsListedInPrettierIgnoreInGlobFormat,
],
})
Expand Down

0 comments on commit 487b2d9

Please sign in to comment.