Arya Emami

Results 42 issues of Arya Emami

#### Prerequisites checklist - [X] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) [ ] Documentation...

cli
core
accepted
feature

This PR: - [X] Bumps Node versions in CI to 20 - [X] Upgrades package manager to Yarn 4

This PR: - [X] Adds `convertInputSelectorsToArray` codemod to convert input selectors passed as separate inline arguments to a single array. ### Before: ```ts const selectTodoById = createSelector( (state: RootState) =>...

This PR: - [X] Converts `typetest.ts` file extensions to `test-d.ts` to be compatible with Vitest. - [X] Converts `expectType()` to either `assertType()` or `expectTypeOf().toMatchTypeOf()`. - [X] Converts `expectExactType` to `expectTypeOf().toEqualTypeOf()`....

**This PR**: - [X] Adds `.gitattributes` file to make line endings more consistent.

## This PR: - [X] Fixes `createSelectorCreator` Parameters inside docs - [X] Makes images in docs zoomable - [X] Fixes links inside `README` file - [X] Specifies default value for...

# Overview When using `createSelector` from Reselect, I've encountered a rare edge case affecting TypeScript type inference. This issue arises specifically when passing input selectors as separate inline arguments composed...

This PR: - [X] Bumps Node versions in CI to 20 - [X] Upgrades package manager to Yarn 4

**This PR**: - [X] Adds `.gitattributes` file to make line endings more consistent.

**This PR**: - [X] Adds Expo and React Native examples to CI workflow.