Skip to content

Commit cd230b0

Browse files
committed
Update markdownlint.js to group require calls together for new xo policy.
1 parent 1910c83 commit cd230b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdownlint.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ const Module = require('node:module');
88
const os = require('node:os');
99
const process = require('node:process');
1010
const program = require('commander');
11-
12-
const options = program.opts();
1311
const glob = require('glob');
1412
const markdownlint = require('markdownlint');
1513
const rc = require('run-con');
1614
const minimatch = require('minimatch');
1715
const pkg = require('./package.json');
1816

17+
const options = program.opts();
18+
1919
function posixPath(p) {
2020
return p.split(path.sep).join(path.posix.sep);
2121
}

0 commit comments

Comments
 (0)