Skip to content

Commit a342885

Browse files
committed
refactor(config)!: turn typography off by default
This follows discussion on #1466 and #1405. Previously, the `typography` module would create issues with non-plaintext files, so the default configuration has been adjusted here to reduce friction for users working with such file. BREAKING CHANGE: The `typography` module no longer runs by default.
1 parent 505e07c commit a342885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proselint/config/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"social_awareness": true,
2323
"spelling": true,
2424
"terms": true,
25-
"typography": true,
25+
"typography": false,
2626
"uncomparables": true,
2727
"weasel_words": true
2828
}

0 commit comments

Comments
 (0)