Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 235c723

Browse files
committed
2 parents 7947f48 + 1958946 commit 235c723

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.dprintrc.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://dprint.dev/schemas/v0.json",
3+
"projectType": "openSource",
4+
"extends": "https://github.com/sane-fmt/sane-fmt/raw/0.4.1/exports/sane-fmt.dprintrc.json",
5+
"includes": [
6+
"**/*.js",
7+
"**/*.ts",
8+
"**/*.jsx",
9+
"**/*.tsx"
10+
],
11+
"excludes": [
12+
".git",
13+
"node_modules",
14+
"/coverage",
15+
"/docs",
16+
"/dist"
17+
],
18+
"plugins": [
19+
"https://plugins.dprint.dev/typescript-0.29.0.wasm"
20+
]
21+
}

0 commit comments

Comments
 (0)