Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
feat(message): render info message as default and not error
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebachelier committed Feb 17, 2015
1 parent d74e64c commit 28856a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/linter-jshint.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class LinterJshint extends Linter

linterName: 'jshint'

defaultLevel: 'info'

# A regex pattern used to extract information from the executable's output.
regex:
'((?<fail>ERROR: .+)|' +
Expand Down

0 comments on commit 28856a8

Please sign in to comment.