Changes
docs: Update `cspell` README (#2147)
docs: Update cspell
README (#2147)
Related to #1850
- Include
--file-list
option in README.
style(schema, types): fix few typos and add full stops at the end of all descriptions (#2123)
style(schema, types): fix few typos and add full stops at the end of all descriptions (#2123)
While setting up cspell
for one project, I noticed few typos in JSON schema.
Fixed those quickly, but then I saw that some descriptions end with a full stop and some do not. Just couldn’t leave it.
At first this minor inconsistency did not look important, but the result makes the schema look somewhat nicer.
Features
feat: Support `--file-list` cli option (#2130)
feat: Support --file-list
cli option (#2130)
Related to #1850