Penguin

Results 12 issues of Penguin

๊ด€๋ จ gem ์˜ˆ์ „์— ๋ดค๋˜ ๊ฑฐ ๊ฐ™์€๋ฐ

### References * https://github.com/actions/typescript-action * https://github.com/jsynowiec/node-typescript-boilerplate * https://github.com/JS-DevTools/template-node-typescript

โš™๏ธ refactor

Current eslint config look so stupid. For example why we need jsx option?

โš™๏ธ refactor

I found `page` function is existed. And I guess it is used for url parameter named page. So I code `page: 2`. But page function is not work. It give...

I'm so impressive with your page. May I translate in Korean? It's so **GREAT** ever I have been seen it.

### Describe the bug [@tanstack/query/prefer-query-object-syntax](https://tanstack.com/query/latest/docs/react/eslint/prefer-query-object-syntax) rule dose not look `useInfiniteQuery` to a error. ### Your minimal, reproducible example https://codesandbox.io/p/sandbox/old-microservice-g6mfwh?file=%2Fpages%2Findex.js%3A36%2C1-37%2C1 ### Steps to reproduce 1. install @tanstack/eslint-plugin-query 2. configure `@tanstack/query/prefer-query-object-syntax` rule...

enhancement
package: eslint-plugin-query

https://github.com/gomjellie/zsh-hangul/assets/3258867/7d25fd4f-6f75-4a0b-94c8-e5f4a10a80a7 ``` _convert_gksdud:9: bad math expression: operand expected at `ใ…‚' ``` ์–ธ์ œ๋ถ€ํ„ด๊ฐ€ ์œ„์™€ ๊ฐ™์€ ์—๋Ÿฌ๊ฐ€ ๋ฐœ์ƒํ•˜๋ฉด์„œ ์ž‘๋™์ด ์•ˆ๋˜๊ณ  ์žˆ๋„ค์š”ใ…  ```sh zsh 5.9 (x86_64-apple-darwin22.0) ``` ```sh // oh my zsh version...

## Describe the bug: ใƒใ‚ฐใฎๆฆ‚่ฆ ``` yarn install --production [421](https://github.com/say8425/bump-test/actions/runs/4572290174/jobs/8071761152#step:5:429) >> โžค YN0050: The --production option is deprecated on 'install'; use 'yarn workspaces focus' instead [422](https://github.com/say8425/bump-test/actions/runs/4572290174/jobs/8071761152#step:5:430) ``` When using Yarn...

README ๋ฌธ์„œ์—์„œ ์˜คํƒ€๋ฅผ ๋ฐœ๊ฒฌํ•˜์—ฌ, ์ˆ˜์ • PR ์˜ฌ๋ฆฝ๋‹ˆ๋‹ค.

```ts "filename-rules/match": [2, { ".tsx": "PascalCase", "*": "camelCase" // everything except tsx, eg. js, ts, json, cjs, }], ``` Can I do that?