Skip to content

Commit 15c7b07

Browse files
committed
lint
1 parent 49ab2be commit 15c7b07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/rich-text-editor/rich_text_editor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import { fromMarkdown } from "https://esm.sh/[email protected]";
12
import { toMarkdown as mdastUtilToMarkdown } from "https://esm.sh/[email protected]";
23
import Quill from "https://esm.sh/[email protected]";
3-
import { fromMarkdown } from "https://esm.sh/[email protected]";
44

55
/**
66
* @typedef {Object} QuillAttributes

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "1.0.0",
44
"scripts": {
55
"test": "biome check .",
6-
"format": "biome format --write ."
6+
"format": "biome format --write .",
7+
"fix": "biome check --fix --unsafe ."
78
},
89
"repository": {
910
"type": "git",

0 commit comments

Comments
 (0)