html-validator icon indicating copy to clipboard operation
html-validator copied to clipboard

HTML validation for Nuxt

Results 23 html-validator issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/kit](https://nuxt.com/docs/api/kit) ([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/kit)) | [`3.12.2` -> `3.12.3`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.12.2/3.12.3) |...

dependencies
chore

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

dependencies
chore

## Problem: After I use the plugin I can't differentiate between development and production environments. ```typescript modules: [ ... '@nuxtjs/html-validator', ], htmlValidator: { usePrettier: true, ignore: [/\.(xml|rss|json)$/], ... }, ```...

question