Olga Lesnikova

Results 5 issues of Olga Lesnikova

### 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

`appendTo` which is a query selector string doesn't work in Shadow DOM, as there's no way to select an element inside it just by a string, but a call to...

Hey @Jexordexan, could you please add support for HTMLElement in SlickList's `appendTo` prop? Query selector doesn't work in Shadow DOM, as there's no way to select an element inside it...

Hey, I'm not sure if this issue belongs here or to `ajv` package. I get a ts error `Argument of type 'import("node_modules/ajv/dist/ajv").default' is not assignable to parameter of type 'import("node_modules/ajv-formats/node_modules/ajv/dist/core").default'.`...

eslint `8.57.0` eslint-plugin-unicorn `51.0.1` rule `unicorn/filename-case` When using a flat config, `multipleFileExtensions` option is not [`true` by default](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/filename-case.md#multiplefileextensions) and can't be set to `true`. This config ```javascript { files: [...