prettier fix

This commit is contained in:
Илья Глазунов
2026-01-15 23:26:09 +03:00
parent 528dfe01a1
commit 669c019fd8
21 changed files with 4857 additions and 4639 deletions
+4 -4
View File
@@ -10,16 +10,16 @@ packaging.
Install dependencies and run the development app:
```
1. npm install
2. npm start
1. pnpm install
2. pnpm start
```
## Style
Run `npx prettier --write .` before committing. Prettier uses the settings in
Run `pnpm prettier --write .` before committing. Prettier uses the settings in
`.prettierrc` (four-space indentation, print width 150, semicolons and single
quotes). `src/assets` and `node_modules` are ignored via `.prettierignore`.
The project does not provide linting; `npm run lint` simply prints
The project does not provide linting; `pnpm run lint` simply prints
"No linting configured".
## Code standards