Skip to content

Commit fd1f675

Browse files
committed
Setup dprint config, add lint plugins
1 parent 7b36921 commit fd1f675

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

.github/lint-plugins/json.wasm

2.26 MB
Binary file not shown.

.github/lint-plugins/markdown.wasm

2.06 MB
Binary file not shown.

.github/lint-plugins/toml.wasm

911 KB
Binary file not shown.

.github/lint-plugins/yaml.wasm

593 KB
Binary file not shown.

dprint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"**/*-lock.json"
44
],
55
"plugins": [
6-
// specify plugin urls here
6+
".github/lint-plugins/json.wasm",
7+
".github/lint-plugins/markdown.wasm",
8+
".github/lint-plugins/toml.wasm",
9+
".github/lint-plugins/yaml.wasm"
710
]
811
}

0 commit comments

Comments
 (0)