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

fix(json): remove json of scope #17

Merged
merged 2 commits into from
May 26, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/linter-jshint.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ findFile = require "#{linterPath}/lib/util"
class LinterJshint extends Linter
# The syntax that the linter handles. May be a string or
# list/tuple of strings. Names should be all lowercase.
@syntax: ['source.js', 'source.js.jquery', 'text.html.basic', 'source.json'] # , 'text.html.twig', 'text.html.erb', 'text.html.ruby']
@syntax: ['source.js', 'source.js.jquery', 'text.html.basic']

# A string, list, tuple or callable that returns a string, list or tuple,
# containing the command line (with arguments) used to lint.
Expand Down