Skip to content

Commit

Permalink
Add eslint enable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Apr 25, 2024
1 parent 74cea12 commit 8763604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/math/orientation.js
Expand Up @@ -185,6 +185,7 @@ export function getOrientationFromCosines(cosines) {
rowCosines.getY(), colCosines.getY(), normal.getY(),
rowCosines.getZ(), colCosines.getZ(), normal.getZ()
]);
/* eslint-enable array-element-newline */
}
return orientationMatrix;
}

0 comments on commit 8763604

Please sign in to comment.