File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1515 uses : yoriiis/actions/.github/workflows/lint.yml@main
1616 with :
1717 typescript-status : false
18- markdown-status : false
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ config : {
3+ MD013 : false , // Line length
4+ MD024 : false , // Multiple headers with the same content
5+ MD033 : false // No inline HTML
6+ } ,
7+ ignores : [ '**/node_modules/**' , '.github/PULL_REQUEST_TEMPLATE.md' ]
8+ }
Original file line number Diff line number Diff line change 22
33[ ![ Built with Starlight] ( https://astro.badg.es/v2/built-with-starlight/tiny.svg )] ( https://starlight.astro.build )
44
5- ```
5+ ``` bash
66npm create astro@latest -- --template starlight
77```
88
@@ -12,7 +12,7 @@ npm create astro@latest -- --template starlight
1212
1313Inside of your Astro + Starlight project, you'll see the following folders and files:
1414
15- ```
15+ ``` text
1616.
1717├── public/
1818├── src/
You can’t perform that action at this time.
0 commit comments