stylelint icon indicating copy to clipboard operation
stylelint copied to clipboard

Stylelint module for Nuxt.js

Results 20 stylelint issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt-modules/stylelint). ## Open The following updates have all...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.15.5` -> `8.15.9`](https://renovatebot.com/diffs/npm/pnpm/8.15.5/8.15.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/8.15.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

with v4 of the codecov action, we need to supply a codecov token (pointed out by @ricardogobbosouza). I've added the token in GH variables...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`8.15.5` -> `9.11.0`](https://renovatebot.com/diffs/npm/pnpm/8.15.5/9.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Obviously, feel free to change the rules, but I thought it might help to provide a PR to get started.

Expected Behavior: Running `npm run lint:style` should run stylelint with `"lint:style": "stylelint \"**/*.{vue,css,scss}\" --fix"` in package.json Actual Behavior: `Error: No configuration provided` generated in terminal The issue is resolved by...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/kit](https://nuxt.com/docs/api/kit) ([source](https://redirect.github.com/nuxt/nuxt/tree/HEAD/packages/kit)) | [`^3.11.1` -> `^3.13.2`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.11.1/3.13.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fkit/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

I was using nuxt2 + @nuxtjs/style-resources + @nuxtjs/stylelint-module in my previous projects. It was working fine in my previous projects. I decided to switch to nuxt3, I'm using nuxt3 +...

bug

Hello, thank you for this great module! I don't know if this is the correct place to ask for this, but I have the following issue which was working before....