Skip to content

Commit

Permalink
Eliminates warnings by prettier and caniuse-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
DougReeder committed Sep 12, 2024
1 parent 86378ea commit 1567f22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/components/hoverable-visuals.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import { showHoverEffect } from "../utils/permissions-utils";

// prettier-ignore
const interactorOneTransform = [
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
];
// prettier-ignore
const interactorTwoTransform = [
1, 0, 0, 0,
0, 1, 0, 0,
Expand Down

0 comments on commit 1567f22

Please sign in to comment.