LibertyDSNP / spec

The DSNP Spec and Website
https://spec.dsnp.org
Other
28 stars 3 forks source link

Switch to better maintained spellcheck library #251

Closed wesbiggs closed 1 year ago

wesbiggs commented 1 year ago

Problem

yaspeller appears to be unmaintained, and was causing https://githubcom/LibertyDSNP/spec/security/dependabot/39.

Solution

spellchecker-cli is used instead; it works very similarly.

Change summary:

Steps to Verify:

  1. Run npm install, then npm run lint or npm run spellcheck