-
-
And anything else that generally improves TS code quality and formatting.
-
There are no Prettier and ESLint configurations, which may lead to inconsistent coding styles and potential errors being missed.
- Set up a .prettierrc file with rules for consistent code formattin…
-
It would be helpful to have this template with eslint and prettier already setup
-
### Clear and concise description of the problem
I'd like to use Prettier (externally) and this config for everything else. The suggestion is generally to use _either_ `stylistic` _or_ prettier, but …
-
**Is your suggestion related to an experience ? Please describe.**
Currently, the codebase has a custom ESLint config and no prettier configuration at all. Keeping this ESLint config uptodate is …
-
-
### Eslint, Prettier package 제작
- Fotcamp workspace FE 공통 사용
widse updated
2 months ago
-
넥스트 앱 세팅 이슈입니다.
-
I'm using the following command as a "pretest" on my build CI `eslint . --fix && prettier --write ./src ./resource`.
After upgrading to prettier 3.3.3 I'm receiving the following message on my CI…