Skip to content

Commit

Permalink
tryposix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Oct 5, 2023
1 parent 9fae08f commit ffded59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdownlint-cli2.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const posixPath = (p) => p.split(pathDefault.sep).join(pathPosix.sep);

// Resolves module paths relative to the specified directory
const resolveModulePaths = (dir, modulePaths) => (
modulePaths.map((path) => pathDefault.resolve(dir, path))
modulePaths.map((path) => pathPosix.resolve(dir, path))
);

// Read a JSON(C) or YAML file and return the object
Expand Down

0 comments on commit ffded59

Please sign in to comment.