add precommit hook for linting and automatic eslint fixes + update eslint packages (#2862)
* chore: add precommit hook for eslint fixes, fix linting issues * chore: add eslint import sort plugin
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { PasteRule, PasteRuleFinder } from '../PasteRule'
|
||||
import { MarkType } from 'prosemirror-model'
|
||||
|
||||
import { getMarksBetween } from '../helpers/getMarksBetween'
|
||||
import { callOrReturn } from '../utilities/callOrReturn'
|
||||
import { PasteRule, PasteRuleFinder } from '../PasteRule'
|
||||
import { ExtendedRegExpMatchArray } from '../types'
|
||||
import { callOrReturn } from '../utilities/callOrReturn'
|
||||
|
||||
/**
|
||||
* Build an paste rule that adds a mark when the
|
||||
|
||||
Reference in New Issue
Block a user