• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

linter-js-yaml

Linter plugin for YAML, using js-yaml
AtomLinter
175,811
230
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

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"
  ]
  • customTags: List of YAML custom tags, each optionally followed by a space and the node kind (scalar, mapping, or sequence).

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by