Skip to content

Commit 097e335

Browse files
authored
New header and mention initial creator
1 parent fe6a8ff commit 097e335

File tree

1 file changed

+39
-14
lines changed

1 file changed

+39
-14
lines changed

README.md

Lines changed: 39 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,39 @@
1-
# htmlhint-loader
2-
3-
[![npm version](https://badge.fury.io/js/htmlhint-loader.svg)](http://badge.fury.io/js/htmlhint-loader)
4-
[![Build Status](https://travis-ci.org/mattlewis92/htmlhint-loader.svg)](https://travis-ci.org/thedaviddias/htmlhint-loader)
5-
[![codecov](https://codecov.io/gh/thedaviddias/htmlhint-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/thedaviddias/htmlhint-loader)
6-
[![Dependency Status](https://david-dm.org/mattlewis92/htmlhint-loader.svg)](https://david-dm.org/mattlewis92/htmlhint-loader)
7-
[![devDependency Status](https://david-dm.org/thedaviddias/htmlhint-loader/dev-status.svg)](https://david-dm.org/thedaviddias/htmlhint-loader?type=dev)
8-
9-
> A webpack loader for htmlhint
1+
<h1 align="center">
2+
<br>
3+
HTMLHint Loader
4+
<br>
5+
</h1>
6+
7+
<h4 align="center">A Webpack loader for HTMLHint</h4>
8+
9+
<p align="center">
10+
<a href="https://travis-ci.org/htmlhint/htmlhint-loader">
11+
<img src="https://img.shields.io/travis/htmlhint/htmlhint-loader.svg" alt="Travis Build Status">
12+
</a>
13+
<a href="https://codecov.io/gh/htmlhint/htmlhint-loader">
14+
<img src="https://codecov.io/gh/htmlhint/htmlhint-loader/branch/master/graph/badge.svg" alt="Codecov">
15+
</a>
16+
<a href="https://www.npmjs.com/package/htmlhint-loader">
17+
<img src="https://img.shields.io/npm/dm/htmlhint-loader.svg" alt="NPM count">
18+
</a>
19+
<img src="https://badgen.net/badge/license/MIT/green" alt="MIT Licence" />
20+
<a href="https://discord.gg/nJ6J9CP">
21+
<img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" alt="Chat">
22+
</a>
23+
<a href="http://roadmap.htmlhint.io/roadmap">
24+
<img src="https://img.shields.io/badge/check-our%20roadmap-EE503E.svg" alt="Chat">
25+
</a>
26+
</p>
27+
28+
<p align="center">
29+
  <a href="#install">How To Use</a> • <a href="/CONTRIBUTING.md">Contributing</a> • <a href="http://roadmap.htmlhint.io/">Roadmap</a> • <a href="https://htmlhint.io">Website</a>
30+
</p>
31+
32+
## Table of Contents
33+
34+
- **[Install](#install)**
35+
- **[Usage](#usage)**
36+
- **[Options](#options)**
1037

1138
## Install
1239

@@ -189,10 +216,8 @@ module.exports = {
189216
}
190217
```
191218

192-
## Credits
193-
194-
I based a lot of this code off the [eslint-loader](https://github.com/MoOx/eslint-loader) and the [gulp htmlhint plugin](https://github.com/bezoerb/gulp-htmlhint), so a big thanks is due to the authors of those modules.
195-
196219
## Licence
197220

198-
MIT
221+
Project initially created by [@mattlewis](https://github.com/mattlewis92) and transferred to the [HTMLHint](https://github.com/htmlhint) organization.
222+
223+
[MIT License](./LICENSE)

0 commit comments

Comments
 (0)