Penguin
Penguin
๊ด๋ จ gem ์์ ์ ๋ดค๋ ๊ฑฐ ๊ฐ์๋ฐ
### References * https://github.com/actions/typescript-action * https://github.com/jsynowiec/node-typescript-boilerplate * https://github.com/JS-DevTools/template-node-typescript
Current eslint config look so stupid. For example why we need jsx option?
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...
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?