linter-spell-project Archived: ... Source Code has been archived

Project specific dictionaries for linter-spell.

Tarn Burton

951

1

Bug Reports

0.2.0

MIT

GitHub

This package provides the following services:

linter-spell-project

Travis-CI Build Status AppVeyor Build Status David

Provider for Atom linter-spell package to enable project specific dictionaries.

Installing

Use the Atom package manager and search for "linter-spell-project", or run apm install linter-spell-project from the command line.

Prerequisites

This package relies upon linter-spell.

Usage

Project specific dictionaries are accomplished by providing a language.json in the project root. This is intended to be compatible with spell-check-project. Note that case sensitive words should be preceded with an exclamation sign.

{
  "knownWords": [
    "foo",
    "!Bar"
  ]
}

Status

Please note that this package is in an beta state.