Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! tools: fix markdown linting
  • Loading branch information
Trott committed Aug 21, 2021
commit 09213f387206089710b886e27bbcf877ef5f8742
2 changes: 1 addition & 1 deletion tools/node-lint-md-cli-rollup/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
json({
preferConst: true
}),
nodeResolve({exportConditions: ['node']}),
nodeResolve({ exportConditions: ['node'] }),
commonjs(),
{
name: 'banner',
Expand Down