Skip to content

Commit

Permalink
Fix inaccurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos authored Nov 12, 2023
1 parent 03b8c0f commit 0875a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
},
{
/* This module uses ES8 async / await due to WebXR Anchor Module integration */
/* This module uses ES6 for…of loops, and so is parsed as ES6 to avoid errors. */
"files": ["./src/components/hand-tracking-controls.js"],
"parserOptions": {
"ecmaVersion": 6
Expand All @@ -77,4 +77,4 @@
}
}
]
}
}

0 comments on commit 0875a90

Please sign in to comment.