diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-30 20:47:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-30 20:47:07 -0500 |
| commit | 855234a15708d28895145dfad0073a3f07248750 (patch) | |
| tree | eb722b79185797f3bda00b450e0518ce96c80b95 | |
| parent | 9e83faa02c136da9e4749b696d8c7a0b363c0745 (diff) | |
Update CONTRIBUTING.md with HTML style information (#1337)
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4776e42d..ffc76b74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,3 +79,4 @@ run by `npm test` and the continuous integration process. * [.eslintrc.json](.eslintrc.json) rules are used for JavaScript files. * [.stylelintrc.json](.stylelintrc.json) rules are used for CSS files. +* [.htmlvalidate.json](.htmlvalidate.json) rules are used for HTML files. |