Skip to content

SoftwareMarbles/linter-js-yaml

 
 

Repository files navigation

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)

About

Atom Linter plugin for YAML, using js-yaml

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%