Skip to content

Commit 0a25e0b

Browse files
authored
Merge pull request #163 from base-org/format-ignore-changelog
Ignore changelog when formatting
2 parents 3cc5bc5 + b35ae61 commit 0a25e0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dprint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"excludes": [
1111
"**/node_modules",
12-
"**/*-lock.json"
12+
"**/*-lock.json",
13+
"CHANGELOG.md"
1314
],
1415
"plugins": [
1516
"https://plugins.dprint.dev/typescript-0.87.1.wasm",

0 commit comments

Comments
 (0)