Skip to content

Files

Latest commit

c7d1403 · Dec 7, 2015

History

History
24 lines (17 loc) · 486 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 486 Bytes

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)