Skip to content

Commit

Permalink
docs: add HTML stack to README
Browse files Browse the repository at this point in the history
  • Loading branch information
oesgalha committed Sep 6, 2021
1 parent 897ce95 commit f8cffd2
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,15 @@ Say goodbye to YAML!
<td>Lint</td>
<td>✔️</td>
</tr>
<tr>
<td rowspan="2">HTML</td>
<td>Format</td>
<td>✔️</td>
</tr>
<tr>
<td>Lint</td>
<td>✔️</td>
</tr>
<tr>
<td rowspan="3">JavaScript</td>
<td>Format</td>
Expand Down Expand Up @@ -216,6 +225,25 @@ If this isn't desired, you can disable this with the flag `--no-default-stage`.
| Format | [Prettier](https://prettier.io/) (_default_) |
| Lint | [stylelint](https://stylelint.io/) (_default_) |

### HTML Support

#### Package Managers

- [npm](https://www.npmjs.com/) _default_
- [yarn](https://yarnpkg.com/)

#### Flavors

- HTML
- [Vue](https://v3.vuejs.org/guide/single-file-component.html)

#### Tools

| Stage | Tools |
| ------ | ---------------------------------------------- |
| Format | [Prettier](https://prettier.io/) (_default_) |
| Lint | [ESLint](https://eslint.org/) (_default_), [stylelint](https://stylelint.io/) |

### JavaScript Support

#### Package Managers
Expand Down

0 comments on commit f8cffd2

Please sign in to comment.