@actinc/cspell-config

1.1.0 • Public • Published

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"
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i @actinc/cspell-config

Weekly Downloads

4

Version

1.1.0

License

MIT

Unpacked Size

4.07 kB

Total Files

6

Last publish

Collaborators

  • robertsk
  • stefan.solyom
  • watjus0930
  • joncursi