diff --git a/linter.py b/linter.py index b63018b..30b5b3a 100644 --- a/linter.py +++ b/linter.py @@ -24,7 +24,7 @@ class Htmlhint(NodeLinter): """Provides an interface to htmlhint.""" cmd = ("htmlhint", "--format", "json", "--nocolor", "stdin") - defaults = {"selector": "text.html"} + defaults = {"selector": "text.html.basic"} def find_errors(self, output): """