1.1.0 • Published 2 years ago

@actinc/cspell-config v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

id: cspell-config

sidebar_position: 7

@actinc/cspell-config

A common set of cspell configurations and ACT specific dictionaries

Installation

npm install --save-dev @actinc/cspell-config

Usage

Add this to your package.json file

"cspell": {
  "language": "en",
  "import": [
    "@actinc/cspell-config"
  ]
}

OR

Create a cspell.json file in the root of your directory with the following content

"cspell": {
  "language": "en",
  "import": [
    "@actinc/cspell-config"
  ]
}
1.1.0

2 years ago

1.0.0

2 years ago