Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Jeet Mandaliya
2021-06-18 23:14:05 +05:30
72 changed files with 1499 additions and 1312 deletions

View File

@@ -1,10 +1,8 @@
import { Node as ProsemirrorNode } from 'prosemirror-model'
export interface Result {
interface Result {
message: string,
from: number,
to: number,
fix?: Function
fix?: null
}
export default class LinterPlugin {