diff --git a/.eslintrc.json b/.eslintrc.json index 268f546a50a..e888c1a0989 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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 @@ -77,4 +77,4 @@ } } ] -} \ No newline at end of file +}