Fix lint error
This commit was merged in pull request #2.
This commit is contained in:
@@ -7,3 +7,4 @@ heading-style:
|
||||
style: atx
|
||||
no-missing-space-atx: true
|
||||
single-title: false
|
||||
fenced-code-language: true
|
||||
@@ -14,9 +14,10 @@ to spin up a local environment. Preview available on `localhost:8000`.
|
||||
## Style Guide
|
||||
|
||||
Pull requests enforce [markdownlint](https://github.com/DavidAnson/markdownlint) checks.
|
||||
It is recommended to lint files before committing, either using your editor or by running manually:
|
||||
It is recommended to lint files before committing, either using your editor or by
|
||||
running manually:
|
||||
|
||||
```
|
||||
```console
|
||||
npm install -g markdownlint-cli
|
||||
npx markdownlint-cli .
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user