My CSpell configuration for general Node.js projects.
First, install this package and its peer dependencies:
npm install --save-dev \
@kurone-kito/cspell-config \
@cspell/cspell-types \
cspell
Then, create a cspell.config.yml
file.
If exists, merge the following configuration into it:
import:
- '@kurone-kito/cspell-config/cspell.config.json'
usePnP: true # If you use Yarn Plug'n'Play
MIT