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
- Host: GitHub
- URL: https://github.com/htmlacademy/htmlhint-config-htmlacademy
- Owner: htmlacademy
- License: mit
- Created: 2020-12-22T17:20:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T12:19:03.000Z (over 5 years ago)
- Last Synced: 2025-09-30T02:50:01.766Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
}
```