My CSpell configuration for general projects
npm install @kurone-kito/cspell-config@kurone-kito/cspell-configMy CSpell configuration for general Node.js projects.
First, install this package and its peer dependencies:
``sh`
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:
`yaml``
import:
- '@kurone-kito/cspell-config/cspell.config.json'
usePnP: true # If you use Yarn Plug'n'Play
MIT