Skip to content

Commit

Permalink
chore: Add query-planner-js to lerna.json and .prettierrc.
Browse files Browse the repository at this point in the history
Follows up on #453
  • Loading branch information
abernix committed Mar 10, 2021
1 parent 042dbd5 commit 1810ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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-js,federation-integration-testsuite-js}/**,test}/{*.js,*.ts}',
files: '{docs/{,source/**},.,{gateway-js,federation-js,federation-integration-testsuite-js,query-planner-js}/**,test}/{*.js,*.ts}',
options: {
requirePragma: false,
trailingComma: 'all',
Expand Down
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"federation-js",
"federation-integration-testsuite-js",
"gateway-js",
"query-planner-js",
"query-planner-wasm"
],
"version": "independent",
Expand Down

0 comments on commit 1810ad3

Please sign in to comment.