/linter-js-yaml

Atom Linter plugin for YAML, using js-yaml

Primary LanguageJavaScript

linter-js-yaml

This package will parse your YAML files in Atom through js-yaml, exposing any issues reported.

Installation

$ apm install linter-js-yaml

Settings

You can configure linter-js-yaml by editing ~/.atom/config.cson (choose Open Your Config in Atom menu) or in Preferences:

'linter-js-yaml':
  'customTags': [
    "!yaml"
    "!include"
  ]
  • customTags: List of YAML custom tags. (Default: scalar)