We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"
'
1 parent 15cd8da commit b8b4d1dCopy full SHA for b8b4d1d
linter.py
@@ -59,7 +59,7 @@ class ESLint(NodeLinter):
59
"""Provides an interface to the eslint executable."""
60
61
missing_config_regex = re.compile(
62
- r'^(.*?)\r?\n\w*(ESLint couldn\'t find a configuration file.)',
+ r"^(.*?)\r?\n\w*(ESLint couldn't find a configuration file.)",
63
re.DOTALL
64
)
65
line_col_base = (1, 1)
0 commit comments