Skip to content

Commit f844aea

Browse files
Обновляет использование
1 parent a1d7e00 commit f844aea

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,16 @@ npm install -D htmlhint
77
```
88

99
## Usage
10+
1. Copy `.htmlhintrc` to your project root
11+
12+
2. Create package script
13+
14+
**package.json**
15+
16+
```json
17+
{
18+
"scripts": {
19+
"test": "htmlhint path/to/html/files/*.html"
20+
}
21+
}
22+
```

0 commit comments

Comments
 (0)