Skip to content

Commit

Permalink
Run Prettier on internals-js (#3050)
Browse files Browse the repository at this point in the history
Part of #3046, split out for easier review.
  • Loading branch information
dylan-apollo authored Jun 26, 2024
1 parent eeb9b9c commit 5a72dd8
Show file tree
Hide file tree
Showing 14 changed files with 1,729 additions and 1,059 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
requirePragma: true,
overrides: [
{
files: '{docs/{,source/**},.,{gateway-js,federation-integration-testsuite-js,query-planner-js,subgraph-js}/**,test}/{*.js,*.ts}',
files: '{docs/{,source/**},.,{gateway-js,federation-integration-testsuite-js,query-planner-js,subgraph-js,internals-js}/**,test}/{*.js,*.ts}',
options: {
requirePragma: false,
trailingComma: 'all',
Expand Down
Loading

0 comments on commit 5a72dd8

Please sign in to comment.