Skip to content

Commit

Permalink
chore(docs): remove old generated placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 17, 2022
1 parent d8bca2f commit 04e7e0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 451 deletions.
5 changes: 1 addition & 4 deletions lib/utils/config/describe-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const describeAll = () => {
}
return Object.entries(definitions).sort(sort)
.map(([key, def]) => def.describe())
.join(
'\n\n<!-- automatically generated, do not edit manually -->\n' +
'<!-- see lib/utils/config/definitions.js -->\n\n'
)
.join('\n\n')
}
module.exports = describeAll
Loading

0 comments on commit 04e7e0d

Please sign in to comment.