@kurone-kito/cspell-config
v0.17.2
Published
My CSpell configuration for general projects
Downloads
398
Readme
@kurone-kito/cspell-config
My CSpell configuration for general Node.js projects.
Usage
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
License
MIT