Skip to content

Commit 3a9540f

Browse files
authored
refactor(config)!: turn typography off by default (#1467)
The `typography` module creates issues with non-plaintext files, so the default configuration has been adjusted here to reduce friction for users working with such files. BREAKING CHANGE: The `typography` module no longer runs by default. This will make runs pass that previously failed. Adjust your configuration accordingly.
1 parent 505e07c commit 3a9540f

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)