dmitriybo
dmitriybo
### Description In my opinion, the toCollection method should always return an array (if it does not passed length, then length = 1). The reason for this is very simple:...
### Describe the bug ```ts import { createRootRoute, createRouter, RouterProvider, } from "@tanstack/react-router"; import { render, act } from "@testing-library/react"; import { test } from "vitest"; test("router", async () =>...
Here is a [minimal reproducible demo](https://stylelint.io/demo/#N4Igxg9gJgpiBcICGACYAdAdilB3AllAC4AW8KADAA4AeA3FgL5ZYgA0IAZvgDYwBySALZxEMGsKp8AdGADOc9uAiZuAcwQgM2FOhBSArmvyY5e8gG09cogE8+PE0QC0VAE4wiRfDDd6AumxYOHpuBnxmCGjBOLogfJhqpM4AXr4QzpgZBpj4ROYoRGEwQToh+h5ePm4A9O6e3r4FRQYwMcyYjEqQqvhqAGIQbkJIRJoAVnIqSrBUioja5Tb2MI6Y+VF6AIwAbNIALNIUeqVLdg5OrpWNfpsgAKxHR3pMIIxAA): ```css a { width: 0px; /* -> length-zero-no-unit problem; not autofixed */ } /* -> prettier/prettier problem; autofixed */ ``` ```js // .stylelintrc.json {...