mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 15:00:13 +01:00
Address new lint warnings from previous commit.
This commit is contained in:
parent
2dc5a97319
commit
0e17b5f8c6
3 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ export default function parseConfiguration(name, content, parsers) {
|
|||
config = (result && (typeof result === "object") && !Array.isArray(result)) ? result : {};
|
||||
// Succeeded
|
||||
return false;
|
||||
} catch (error) {
|
||||
} catch(error) {
|
||||
errors.push(`Parser ${index++}: ${error.message}`);
|
||||
}
|
||||
// Failed, try the next parser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue