Merging this separately so the commit with the tooling change is readable. This is a follow-on to #1167 which turned prettier on.
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
'use strict'
|
|
|
|
const allBadgeExamples = require('./all-badge-examples')
|
|
|
|
process.stdout.write(JSON.stringify(allBadgeExamples))
|