Richard Hallows

Results 43 issues of Richard Hallows

- [ ] stylelint release - [ ] stylelint-config-recommended update/release - [ ] stylelint-config-standard update/release - [ ] stylelint-demo update - [ ] stylelint.io update - [ ] tweet We've...

status: needs discussion

> Clearly describe the bug If there are two or more of the same violating times within a value they will all be reported at the location of the first...

status: ready to implement
type: bug
good first issue

> Clearly describe the documentation issue We should use dashed idents in our examples of custom constructs to [align with the specs](https://www.w3.org/TR/css-values-4/#dashed-idents) (see example 7), e.g. `@--custom` rather than `@custom`....

status: wip
type: umbrella

We have a [new section in the docs for errors and warnings](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/errors.md) like: - Css Syntax Error - Parse Error - Invalid options Error We should expand this section to...

status: ready to implement
type: documentation
good first issue

### What is the problem you're trying to solve? I'd like to catch `nth-*` selectors with zero index like: ```css a:nth-child(0) {} ``` Although it's valid CSS, it won't match...

status: ready to implement
type: new rule

We'll need to: 1. following the [ESM migration guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c): 2. replace lazy import with dynamic imports --- > ### How can I move my CommonJS project to ESM? > -...

status: ready to implement
type: enhancement
help wanted

- [x] [`report*`](https://github.com/stylelint/stylelint/issues/3858) - [ ] [`files`](https://github.com/stylelint/stylelint/issues/3860) - [x] [`fix`](https://github.com/stylelint/stylelint/issues/3859) - [x] [`customSyntax`](https://github.com/stylelint/stylelint/issues/4843) - [x] [`allowEmptyInput`](https://github.com/stylelint/stylelint/issues/4900) - [x] [`cache`](https://github.com/stylelint/stylelint/issues/6402) - [x] [`formatter`](https://github.com/stylelint/stylelint/issues/7621) - [ ] [`cacheLocation`](https://github.com/stylelint/stylelint/issues/7617) - [ ] [`ignorePath`](https://github.com/stylelint/stylelint/issues/8345)...

status: ask to implement

Following on from https://github.com/stylelint/stylelint/issues/3264. We [added support](https://github.com/stylelint/stylelint/pull/1535) for [processors](https://github.com/stylelint/stylelint/blob/master/docs/developer-guide/processors.md) in `7.0.0`. Processors replaced the existing `extractStyleTagsFromHtml` functionality with something more extensible, because we realised that bundling support for all formats...

status: ready to implement
type: enhancement

Refs: https://github.com/stylelint/stylelint/issues/4942#issuecomment-841786453 & https://github.com/stylelint/stylelint/pull/5346#discussion_r645994299 This issue only impacts users who are using Less and multi-line double-slash command comments, e.g.: ```scss // stylelint-disable color-hex-case // -- // description a {color: #FFF;...

type: bug
syntax: less
status: ask to implement

To help new contributors get started.

status: ready to implement
effort: casual