We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1910c83 commit cd230b0Copy full SHA for cd230b0
markdownlint.js
@@ -8,14 +8,14 @@ const Module = require('node:module');
8
const os = require('node:os');
9
const process = require('node:process');
10
const program = require('commander');
11
-
12
-const options = program.opts();
13
const glob = require('glob');
14
const markdownlint = require('markdownlint');
15
const rc = require('run-con');
16
const minimatch = require('minimatch');
17
const pkg = require('./package.json');
18
+const options = program.opts();
+
19
function posixPath(p) {
20
return p.split(path.sep).join(path.posix.sep);
21
}
0 commit comments