Skip to content

Commit

Permalink
Merge pull request #6499 from DougReeder/eliminate-warnings
Browse files Browse the repository at this point in the history
Eliminates warnings by prettier and caniuse-lite
  • Loading branch information
Exairnous authored Sep 24, 2024
2 parents 86378ea + 1567f22 commit 33ed11f
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 33ed11f

Please sign in to comment.