Skip to content

Commit be98542

Browse files
authored
Merge pull request #320 from kethinov/various-maintenance
various maintenance
2 parents cedb1b5 + 1e95287 commit be98542

3 files changed

Lines changed: 601 additions & 815 deletions

File tree

CONFIGURATION.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,13 @@ Default for `validatorConfig`:
1414
"extends": ["html-validate:standard"]
1515
}
1616
```
17+
18+
You may also want to override the version of [html-validate](https://www.npmjs.com/package/html-validate) this module ships with by default, since that module has had a history of updating faster than this one does at times. To do so, set this in your app's `package.json`:
19+
20+
```json
21+
"overrides": {
22+
"html-validate": "x.y.z"
23+
}
24+
```
25+
26+
Where `x.y.z` is your desired version. After doing so, delete your `node_modules` folder and `package-lock.json` then run `npm i` to install the override.

0 commit comments

Comments
 (0)