Skip to content

Commit 39e89bb

Browse files
committed
fix(eslint): fix changed eslint config
1 parent 0e46c90 commit 39e89bb

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/glsl/fast-calc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const results = [new Array(1), new Array(2), new Array(3), new Array(4)];
32

43
export function prepare(Class, length) {

src/glsl/swizzle.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const KEYS = ['x', 'y', 'z', 'w'];
32

43
function prep(prototype, Class, ...keys) {

src/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const IS_PROXY = Symbol('is proxy');
32
const PROXY = Symbol('proxy source');
43

0 commit comments

Comments
 (0)