Skip to content

Releases: jscs-dev/jscs-spellcheck

v1.0.0

25 May 19:05
Compare
Choose a tag to compare

Initial release.

  • Provides requireDictionaryWords rule with options dictionaries, allowWords, allowWordsInIdentifiers, allowWordsInProperties, allowNames, allowNamesAsIdentifiers, allowNamesAsProperties, and excludeWords; all providing fine-grained control over where a word or whole name can be used in source code.
  • Provides line-by-line capability to enable or disable spellcheck options.