We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77fbe90 + f82fd31 commit ecfaac6Copy full SHA for ecfaac6
linter.py
@@ -25,7 +25,7 @@ class Htmlhint(NodeLinter):
25
version_requirement = '>= 0.9.13'
26
# empty regex so plugin initializes properly
27
regex = r''
28
- config_file = ('--config', '.htmlhintrc', '~')
+ config_file = ('--config', '.htmlhintrc')
29
30
def find_errors(self, output):
31
"""
0 commit comments