You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config loaded: /Users/jenn/GitHub/dev-starter-kit/.htmlhintrc
/Users/jenn/GitHub/dev-starter-kit/src/index.html
L11 | <P></P>
^ The html element name of [ P ] must be in lowercase. (tagname-lowercase)
L11 | <P></P>
^ The html element name of [ P ] must be in lowercase. (tagname-lowercase)
Scanned 1 files, found 2 errors in 1 files (17 ms)
The text was updated successfully, but these errors were encountered:
Should it run on built when the loader is configured? Or would it just work on calling
npx htmlhint script
.The output of my
npx webpack
command (from build script) does not mention htmlhint,I am not sure if this is an issue with how I configured, or if its not compatible with webpack 5 (or should just call in script)?
Node: v17.0.1
Npm: 8.1.0
webpack: 5.60.0
webpack-cli: 4.9.1
webpack-dev-server 4.4.0
mac-os: 12.0.1
Package.json:
.htmlhintrc:
webpack config:
npm run build:
npm run lint:html
The text was updated successfully, but these errors were encountered: