Skip to content

Commit b819ebf

Browse files
committed
feat: update markdownlint configuration and format enum values in package.json
1 parent 7c64d91 commit b819ebf

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.trunk/configs/.markdownlint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Prettier friendly markdownlint config (all formatting rules disabled)
22
extends: markdownlint/style/prettier
3+
4+
# Disable specific rules
5+
MD024: false

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@
4747
"properties": {
4848
"magentoLogViewer.isMagentoProject": {
4949
"type": "string",
50-
"enum": ["Yes", "No", "Please select"],
50+
"enum": [
51+
"Yes",
52+
"No",
53+
"Please select"
54+
],
5155
"default": "Please select",
5256
"description": "This is a Magento project",
5357
"scope": "resource"

resources/logo.png

-77.7 KB
Loading

0 commit comments

Comments
 (0)