Skip to content

Commit

Permalink
feat(client-example): pointer-tracker using IndependentMap+LatestMap …
Browse files Browse the repository at this point in the history
…(update)
  • Loading branch information
jason-ha committed May 15, 2024
1 parent c850619 commit dddd2eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/apps/presence-tracker/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ module.exports = {
"import/no-internal-modules": [
"error",
{
allow: ["@fluid-experimental/*/alpha"],
allow: [
"@fluid-experimental/*/alpha",
// While this is examples, it uses internal APIs :(.
"@fluidframework/*/internal",
],
},
],
},
Expand Down

0 comments on commit dddd2eb

Please sign in to comment.