remove suss linter ext we dont use (#3150)

remove suss linter ext we dont use

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-07-29 08:41:02 -07:00
committed by GitHub
parent 8879f488bb
commit 0f1b94f8b9
7 changed files with 44 additions and 70 deletions

View File

@ -72,7 +72,6 @@ import { err, trap } from 'lib/trap'
import { useCommandsContext } from 'hooks/useCommandsContext'
import { modelingMachineEvent } from 'editor/manager'
import { hasValidFilletSelection } from 'lang/modifyAst/addFillet'
import { uuidv4 } from 'lib/utils'
type MachineContext<T extends AnyStateMachine> = {
state: StateFrom<T>