Skip to content

Commit 33ed11f

Browse files
authored
Merge pull request #6499 from DougReeder/eliminate-warnings
Eliminates warnings by prettier and caniuse-lite
2 parents 86378ea + 1567f22 commit 33ed11f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/hoverable-visuals.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import { showHoverEffect } from "../utils/permissions-utils";
22

3+
// prettier-ignore
34
const interactorOneTransform = [
45
1, 0, 0, 0,
56
0, 1, 0, 0,
67
0, 0, 1, 0,
78
0, 0, 0, 1
89
];
10+
// prettier-ignore
911
const interactorTwoTransform = [
1012
1, 0, 0, 0,
1113
0, 1, 0, 0,

0 commit comments

Comments
 (0)