|
1 | | -# htmlhint-loader |
2 | | - |
3 | | -[](http://badge.fury.io/js/htmlhint-loader) |
4 | | -[](https://travis-ci.org/thedaviddias/htmlhint-loader) |
5 | | -[](https://codecov.io/gh/thedaviddias/htmlhint-loader) |
6 | | -[](https://david-dm.org/mattlewis92/htmlhint-loader) |
7 | | -[](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)** |
10 | 37 |
|
11 | 38 | ## Install |
12 | 39 |
|
@@ -189,10 +216,8 @@ module.exports = { |
189 | 216 | } |
190 | 217 | ``` |
191 | 218 |
|
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 | | - |
196 | 219 | ## Licence |
197 | 220 |
|
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