From cf42529704695e084b7de71a122e9064ae51b361 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Mon, 29 Mar 2021 01:06:51 -0700 Subject: [PATCH] Fix linting --- packages/slate-history/src/with-history.ts | 4 ++-- packages/slate-react/src/plugin/with-react.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/slate-history/src/with-history.ts b/packages/slate-history/src/with-history.ts index e331aaaad..d27345bcf 100644 --- a/packages/slate-history/src/with-history.ts +++ b/packages/slate-history/src/with-history.ts @@ -5,10 +5,10 @@ import { HistoryEditor } from './history-editor' /** * The `withHistory` plugin keeps track of the operation history of a Slate * editor as operations are applied to it, using undo and redo stacks. - * + * * If you are using TypeScript, you must extend Slate's CustomTypes to use * this plugin. - * + * * See https://docs.slatejs.org/concepts/11-typescript to learn how. */ diff --git a/packages/slate-react/src/plugin/with-react.ts b/packages/slate-react/src/plugin/with-react.ts index 712d6acc4..f61a25c80 100644 --- a/packages/slate-react/src/plugin/with-react.ts +++ b/packages/slate-react/src/plugin/with-react.ts @@ -8,10 +8,10 @@ import { isDOMText, getPlainText } from '../utils/dom' /** * `withReact` adds React and DOM specific behaviors to the editor. - * + * * If you are using TypeScript, you must extend Slate's CustomTypes to use * this plugin. - * + * * See https://docs.slatejs.org/concepts/11-typescript to learn how. */