Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 482 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 482 Bytes

@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