linter-js-yaml Archived: ... Source Code has been archived

Linter plugin for YAML, using js-yaml

AtomLinter

194,653

232

1.4.6

MIT

GitHub

This package provides the following services:

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. The node kind defaults to scalar, however mapping and sequence kinds can be specified following a space separator:

'linter-js-yaml':
  'customTags': [
    "!yaml"
    "!include"
    "!delta mapping"
    "!epsilon sequence"
  ]