@@ -51,7 +51,7 @@
"git add"
],
"*.{js,ts,tsx}": [
- "eslint"
+ "eslint --max-warnings 0"
]
}
@@ -3,7 +3,6 @@ import ReactDOM from "react-dom";
import rough from "roughjs/bin/wrappers/rough";
import { moveOneLeft, moveAllLeft, moveOneRight, moveAllRight } from "./zindex";
-import { randomSeed } from "./random";
import {
newElement,
duplicateElement,