9 lines
129 B
JavaScript
9 lines
129 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
headerPattern: /^(:.*?:) (.*)$/,
|
|
headerCorrespondence: [
|
|
'emoji',
|
|
'shortDesc'
|
|
]
|
|
}
|