We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70828e commit a52049fCopy full SHA for a52049f
README.markdown
@@ -23,6 +23,11 @@ HTML\_CodeSniffer can be called in multiple ways:
23
letting you browse through messages emitted from one of the defined standards.
24
Where possible, the auditor also points you to the HTML element causing the problem.
25
* It can also be run on the command line with the assistance of a headless browser app.
26
+* Using npm:
27
+```
28
+$ npm i -g npm
29
+$ npm i --save html_codesniffer
30
31
32
### Licence
33
0 commit comments