-
**Tell us about your environment**
macos, node 18.18
* **eslint version: 9.14.0**
* **eslint-plugin-no-autofix version: 2.1.0**
* **eslint config**:
```
{
plugins: {
'react-hooks'…
-
`useState` 基本使用
```javascript
const [count, setCount] = useState(0)
const handle_count = () => {
setCount(count+1)
}
// render view
return (
{count}
)
```
-
- add them badges
- add examples
-
O modelo do config como .eslintrc.json não é mais aceito.
Agora temos o eslint.config.js, porém, no formato flat.
Na versão 8x o eslintrc ainda funcionava apesar de estar deprecated, mas agora e…
-
-
## やること
- [x] ReactHooksを使う
- [x] TypeScriptで書く→ anyを使用しても良いので型エラーを解消する
▼TODOリスト内の各TODOにほしい要素
- [x] ID(連番もしくはuuidを設定)
- [x] タイトル
- [x] ステータス(未着手、進行中、完了 など)
- [x] 詳細
▼ほしい機能
- [x] TODOの追加
…
-
👋 Coming over from https://github.com/eslint/eslint/issues/18093: ESLint is migrating to a [new "flat config" format](https://eslint.org/docs/latest/use/configure/configuration-files-new) that will be…
-
Here is a simplified version of my `eslint.config.mjs`:
(There are a lot more rules, custom plugins, ignores, files specifications, etc. but for the sake of this bug, I think this will do)
```js
…
-
高校の数ⅢCとかやってたときによく陥った「何言ってるのか全然咀嚼できない」状態に久々になった感じ。恥ずかしいことに全然わからず3周くらい読み返した。でもまだちゃんと分かってないことは分かる。
### [Algebraic Effectsとは? 出身は? 使い方は? その特徴とは? 調べてみました! - Qiita](https://qiita.com/Nymphium/items/e6ce5…
-
运行npx ytt -c ytt.config.ts 时报错,下面是控制台输出和依赖版本
```shell
zhaolinxiao@zlx site % npx ytt -c ytt.config.ts
✔ 找到配置文件: /Users/zhaolinxiao/workspace/site/ytt.config.ts …