Skip to content

Commit 4e78e0c

Browse files
add prettier and format mdx
1 parent 72b97bd commit 4e78e0c

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

.prettierrc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"printWidth": 100,
3+
"semi": true,
4+
"singleQuote": false,
5+
"trailingComma": "none",
6+
"arrowParens": "always",
7+
"endOfLine": "lf"
8+
}

vendor/consolidation/filter-via-dot-access-data/.github/ISSUE_TEMPLATE/documentation_request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Documentation request
3-
about:
4-
If you know what the documentation change should be, please consider submitting
3+
about: If you know what the documentation change should be, please consider submitting
54
a pull request instead. If you do know where the documentation you need is, please
65
submit a support request first.
76
---

vendor/consolidation/site-process/.github/ISSUE_TEMPLATE/documentation_request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Documentation request
3-
about:
4-
If you know what the documentation change should be, please consider submitting
3+
about: If you know what the documentation change should be, please consider submitting
54
a pull request instead. If you do know where the documentation you need is, please
65
submit a support request first.
76
---

vendor/drush/drush/.github/ISSUE_TEMPLATE/documentation-request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Documentation request
3-
about:
4-
If you know what the documentation change should be, please consider submitting
3+
about: If you know what the documentation change should be, please consider submitting
54
a pull request instead.
65
---
76

0 commit comments

Comments
 (0)