Skip to content

Commit 9b87fee

Browse files
authored
Chore: Fix formatter documentation generation (#11767)
1 parent f116208 commit 9b87fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function lintMarkdown(files) {
408408
function getFormatterResults() {
409409
const stripAnsi = require("strip-ansi");
410410

411-
const formatterFiles = fs.readdirSync("./lib/formatters/"),
411+
const formatterFiles = fs.readdirSync("./lib/cli-engine/formatters/"),
412412
rules = {
413413
"no-else-return": "warn",
414414
indent: ["warn", 4],

0 commit comments

Comments
 (0)