Skip to content

Commit 44f6239

Browse files
committed
fix(config): Normalize object key quoting
1 parent 0daa591 commit 44f6239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

md.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
'Guide contributors on how to report bugs, suggest enhancements, and submit code via pull requests.',
1717
'eslint.config.js':
1818
'Configure ESLint with global browser, node, and jest globals, recommended core and Prettier rules, and custom JSON/JSONC and YAML parsers and plugins for those file types.',
19-
LICENSE:
19+
'LICENSE':
2020
'Granting permission to use, copy, modify, merge, publish, distribute, sublicense, and sell the software freely under the MIT License.',
2121
'md.config.js':
2222
'[Exports] a configuration object that defines default settings (like file descriptions and badge style) and registers the markdown‑magic transform modules used to generate and augment the project’s documentation.',

0 commit comments

Comments
 (0)