[prettier] Remove json from .prettierignore

This commit is contained in:
Sergey Konovalov
2025-08-29 11:18:38 +03:00
parent 731a57e9b1
commit 213471175c
3 changed files with 16 additions and 7 deletions

View File

@ -45,7 +45,7 @@ jobs:
run: npm ci
- name: Run ESLint
run: npm run lint
run: npm run lint:check
- name: Check Prettier formatting
run: npm run format:check