Skip to content

Commit

Permalink
Chore: Fix formatter documentation generation (#11767)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyavolodin committed May 25, 2019
1 parent f116208 commit 9b87fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.js
Expand Up @@ -408,7 +408,7 @@ function lintMarkdown(files) {
function getFormatterResults() {
const stripAnsi = require("strip-ansi");

const formatterFiles = fs.readdirSync("./lib/formatters/"),
const formatterFiles = fs.readdirSync("./lib/cli-engine/formatters/"),
rules = {
"no-else-return": "warn",
indent: ["warn", 4],
Expand Down

0 comments on commit 9b87fee

Please sign in to comment.