-
👋 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…
-
2024-10-15(火)
朝会の前に、各々下記テンプレートに沿ってコメントを投稿してください.
共有事項があれば、こちらに記載してください.
```
#### 名前
#### やったこと、やっていること、全体に対しての進捗
#### これからやること確認
#### 困っていること、懸念点、相談
#### 共有事項(あれば)
```
-
Compatibility with ESLint 9 is required
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
action dispatched in return callback of `useEffect` seem to not work
**If the current be…
-
### Is this a Bug?
- [X] I have confirmed that I want to report a Bug
### Has this issue been reported before?
- [X] I have confirmed that this Issue has not been reported before
### Alova…
-
**What version of `eslint` are you using?**
9.9.0
**What version of `prettier` are you using?**
3.3.3
**What version of `eslint-plugin-prettier` are you using?**
5.2.1
**Please p…
-
### Describe the bug
The ESLint configuration in the React Typescript template has a `ignores: ['dist']` line in it, but ESLint still scans and lints files in the `dist` directory.
The problem i…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and my issue is unique
- [X] My issue appears in the command-line and not only in the text editor
### Description O…
-
Удобные абстракции для работы со стейтом , плод большого труда разработчиков facebook. Есть удобные хуки для сайд эффектов и мемозации из коробки.
По каким причинам мы не переходим?
-
Here's a very simple example.
**eslint.config.js**
```js
import globals from "globals";
import ts from "@typescript-eslint/eslint-plugin";
import tsParser from "@typescript-eslint/parser";
i…