0.0.48 • Published 12 months ago

@bit-ocean/cspell v0.0.48

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@bit-ocean/cspell

npm

Universal CSpell dictionary configuration.

We use CSpell for code spell checking. This package provides some universal dictionaries for all our projects.

Installation

pnpm add -D cspell @bit-ocean/cspell

Configuration

Create a .cspell.json file in the root of your project and add the following:

{
  "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
  "version": "0.2",
  "language": "en",
  "dictionaries": ["custom-words"],
  "dictionaryDefinitions": [
    {
      "name": "custom-words",
      "path": ".cspell.txt",
      "addWords": true
    }
  ],
  "import": ["@bit-ocean/cspell"]
}

Add cspell script to your package.json:

{
  "scripts": {
    "cspell:sort:dicts": "pnpm bo cspell:sort:dicts",
    "cspell:check": "cspell --no-progress --show-suggestion --show-context --cache **"
  }
}

License

MIT License © 2024 Bit Ocean

0.0.40

1 year ago

0.0.41

1 year ago

0.0.42

1 year ago

0.0.43

1 year ago

0.0.44

12 months ago

0.0.45

12 months ago

0.0.46

12 months ago

0.0.47

12 months ago

0.0.37

1 year ago

0.0.38

1 year ago

0.0.39

1 year ago

0.0.30

1 year ago

0.0.31

1 year ago

0.0.32

1 year ago

0.0.33

1 year ago

0.0.34

1 year ago

0.0.35

1 year ago

0.0.36

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.29

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.48

12 months ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.17

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.1-0

1 year ago