Skip to content

Commit

Permalink
add settings description.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbzhong committed Dec 5, 2011
1 parent 4865721 commit a615229
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Expand Up @@ -18,6 +18,8 @@ Features

- Highlight error line by click on the result view

- Ignore specific Errors in result view

- Cross platform: support Windows, Linux and Mac OS X

Requirements
Expand Down Expand Up @@ -61,6 +63,29 @@ Settings

Settings can be opened via the Command Palette, or the Preferences > Package Settings > Closure Linter > Settings – User menu entry.

{
// Path to the gjslint.
"gjslint_path": "gjslint",

// Flags pass to gjslint.
"gjslint_flags": "",

// Path to the fixjsstyle.
"fixjsstyle_path": "fixjsstyle",

// Flags pass to fixjsstyle.
"fixjsstyle_flags": "",

// Ignore errors, regex.
"ignore_errors":
[
// "Expected an identifier and instead saw 'undefined' \(a reserved word\)"
],

// debug flag.
"debug": false
}

License
-------------

Expand Down

0 comments on commit a615229

Please sign in to comment.