html-validator
html-validator copied to clipboard
HTML validation for Nuxt
[](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) |...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
## 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)$/], ... }, ```...