Nikita

Results 17 issues of Nikita

https://developer.mozilla.org/en-US/docs/Web/CSS/inset

# Bug report ## Description / Observed Behavior ```ts import useSWR from "swr" async function fetcher(args: readonly [T]): Promise { return args[0] } function App() { const foo = useSWR(["foo"]...

area: typing

### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+plugin+rule+option%22) and found none that match my proposal. - [X]...

package: eslint-plugin
enhancement: plugin rule option
awaiting response

when provided with entry point `{ path: "mod.ts", kind: "bin" }` the resulting `package.json` contains: ```json { "bin": { "undefined": "./esm/mod.js" } } ``` I would expect it to generate:...

enhancement

Looks like triple slash references to remote modules don't work when there's at least 2 of them in a project: ```js // @ts-check /// /// ``` VSCode says: ``` File...

It could add `` at the beginning of the response automatically.

**Is your feature request related to a problem? Please describe.** I'm making a telegram bot and the main part of it is a function like this (I'm not using any...

enhancement

### Reproduction https://stackblitz.com/edit/tw-in-js-twind-xx8vpi?file=index.html ```js injectGlobal` .test { @apply bg-purple-300; } ` ``` ```html Test ``` ### Describe the bug `hover` modifier doesn't work. ### Severity annoyance ### System Info ```sh...

🐞 Bug

### Reproduction https://stackblitz.com/edit/tw-in-js-twind-4eadgq?file=index.html ```js injectGlobal` @layer utilities { .border-test { border: 1px solid red; } } @layer components { .my-card { @apply p-2 rounded-md bg-purple-300 border-test; } } ` ```...

🐞 Bug