Closed jareddonovan closed 6 years ago
It appears that the terms are case-insensitive. If I lint text such as:
JavaScript runs in web browsers
...it gives the following warning:
Prefer 'JavaScript' over 'JavaScript'.
Same for 'GitHub', 'README', 'DevOps'.
This is fixed if you change the ignorecase option to false.
ignorecase
It appears that the terms are case-insensitive. If I lint text such as:
JavaScript runs in web browsers
...it gives the following warning:
Prefer 'JavaScript' over 'JavaScript'.
Same for 'GitHub', 'README', 'DevOps'.
This is fixed if you change the
ignorecase
option to false.