Releases: jscs-dev/jscs-spellcheck
Releases · jscs-dev/jscs-spellcheck
v1.0.0
Initial release.
- Provides
requireDictionaryWords
rule with optionsdictionaries
,allowWords
,allowWordsInIdentifiers
,allowWordsInProperties
,allowNames
,allowNamesAsIdentifiers
,allowNamesAsProperties
, andexcludeWords
; 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.