We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843030e commit f6437f4Copy full SHA for f6437f4
packages/obsidian-plugin/src/lint.ts
@@ -21,7 +21,6 @@ import {
21
RangeSet
22
} from '@codemirror/state';
23
import elt from 'crelt';
24
-import { Lint } from 'harper.js';
25
26
type Severity = 'hint' | 'info' | 'warning' | 'error';
27
0 commit comments