Ray

Results 38 issues of Ray

### UnoCSS version 0.55.0 ### Describe the bug `@unocss/order` rule does not check bindings in jsx ### Reproduction ![111](https://github.com/unocss/unocss/assets/58381667/f0940b0d-fae1-42f7-bd20-102ab73dc6c5) ### System Info _No response_ ### Validations - [X] Read the...

bug
pr welcome
eslint-plugin

### UnoCSS version 0.53.1 ### Describe the bug The following vue code: ```vue ``` Will report an error `UnoCSS attributes are not ordered (@unocss/order-attributify)`. However, once you add a space...

pr welcome
eslint-plugin

### Describe the feature https://github.com/vuetifyjs/vuetify/issues/17490 vue-router has a method call `RouterLink.useLink`, but it doesn't exist in `NuxtLink`. ### Additional information - [x] Would you be willing to help implement this...

enhancement
discussion
3.x

目前Vue Loader使用的是vue-template-compiler,如果使用@vue/compiler-sfc或许可以实现Vue3的支持

**Prettier 3.0.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEcAeAHCAnGACGATwzjwFEBHAVwEMAbAZwB4ANAGjwE0A+PAXgA6UPHgAUTACrdRASn68JedPCgATBnhZ4A-HgCMeJHgBMc5QnVCR4qbPl5F5tRs479hkzKECYumNio4bxgjADN6BjgAbhA2EAgMGABLaAZkUBpsbAgAdwAFTIQ0lHocmkI0uIAjbBowAGs4GABlGgBbOAAZJKg4ZHDGOGrahqbmjDqegHNkf0C4uDaquFVVFc6aKCnaKbgAMRw2mhhkreQQGioYCFiQAAsYNroAdTuk+AYJsDhmovekgBu70I5zADEqIB6kVweVqUyO-QiQxAACsGGhmtM6HAAIpUCDwRGDOITbDQ85EEgMMDYJKJW4YWmwZ5JVQwO7IAAcAAYSdlIs9ahhzoy4NCAX04tQCXBYQlihcGABaXorFa3bBwahJTWwmjwmhEyJxSJtJKzALIhhYuAAQROtKqV1lcGw3V6RqtNrxMs9cRgNCqLLZHKQxn9tSSdGmAGEIG0ESgxQBWW5USISQPFAbGkAAwIASTUCBaNLpMFtamaRGxnoAvnWgA) ```sh --parser typescript --trailing-comma es5 ``` **Input:** ```tsx export type Equals = (() => T extends X ? 1 : 2) extends (() => T extends...

type:enhancement
lang:typescript

Example: ```ts function foo () {} function bar() {} // There should be no space before paren ```

之前的文章还没搬到新博客=v=

resolves #3840 I'll create a new library later and use vitest for snapshot.

fixes https://github.com/vuejs/language-tools/issues/3779, fixes https://github.com/vuejs/language-tools/issues/3820