Skip to content

Commit ed34607

Browse files
committed
Relaxed MD Linter Rules
1 parent 6e82bec commit ed34607

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
plugins:
2-
remark-lint-heading-style: [true, 'atx']
2+
remark-lint-heading-style: [true, "atx"]

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ steps:
6666

6767
## Checklist
6868

69-
- [ ] I have read the [non-file dependencies limitation](https://github.com/awalsh128/cache-apt-pkgs-action/blob/main/README.md#non-file-dependencies)
69+
- [ ] I have read the
70+
[non-file dependencies limitation](https://github.com/awalsh128/cache-apt-pkgs-action/blob/main/README.md#non-file-dependencies)
7071
- [ ] I have searched existing issues for duplicates
7172
- [ ] I have provided all requested information above

.trunk/configs/.remarkrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ plugins:
55
# Allow ATX-style headings (using #). Previously Trunk/remark was expecting
66
# setext-style for certain heading levels which caused the "Unexpected ATX
77
# heading, expected setext" errors. Setting this rule to 'atx' relaxes that.
8-
remark-lint-heading-style: [true, 'atx']
8+
remark-lint-heading-style: [true, "atx"]

0 commit comments

Comments
 (0)