Open brandonkal opened 5 years ago
Describe The Bug write-good and ttd-lite styles don't actually test to see if something starts with the word. They are only testing to see if the word exists anywhere in the text.
This is happening because ignorecase: true is passed in here and here. Removing that line makes the rule works as expected.
ignorecase: true
Describe The Bug write-good and ttd-lite styles don't actually test to see if something starts with the word. They are only testing to see if the word exists anywhere in the text.