diff --git a/lib/linter-jscs.coffee b/lib/linter-jscs.coffee index 12cd16c..aa009d3 100644 --- a/lib/linter-jscs.coffee +++ b/lib/linter-jscs.coffee @@ -57,6 +57,9 @@ class LinterJscs extends Linter @cmd = "#{@cmd} -c #{@config}" if @config @cmd = "#{@cmd} -p #{@preset}" if @preset and not @config + formatMessage: (match) -> + match.message + destroy: -> atom.config.unobserve 'linter-jscs.jscsExecutablePath' atom.config.unobserve 'linter-jscs.preset'