An open API service indexing awesome lists of open source software.

https://github.com/htmlacademy/htmlhint-config-htmlacademy

HTML Academy HTMLHint config
https://github.com/htmlacademy/htmlhint-config-htmlacademy

Last synced: 5 months ago
JSON representation

HTML Academy HTMLHint config

Awesome Lists containing this project

README

          

# htmlhint-config-htmlacademy
> The standart htmlhint config

## Instalation
```bash
npm install -D htmlhint
```

## Usage
1. Copy `.htmlhintrc` to your project root

2. Create package script

**package.json**

```json
{
"scripts": {
"test": "htmlhint path/to/html/files/*.html"
}
}
```