This plugin for Linter provides an interface for error/warning messages from ggstyle, forked from linter-js-standard.
Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.
$ apm install linter-ggstyle
Honors style settings defined in package.json.
Current style settings supported:
ignore
parser
Enable/disable showing the id of the offended eslint rules.
Example of messages while showEslintRules is:
To have the linter not warn about undeclared variables when using global variables, honorStyleSettings has to be checked/true and a "globals" section has to be added to package.json:
"ggstyle": {
"globals": [
"var1",
"var2"
]
}
MIT
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.