/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.ng-dev/format.mts
10 строк
297 B
Joey Perrott
build: update formatting ignore controls to be done via prettierignore (#32506)
10 дек 2025, 01:10
Не верифицирован
10 дек 2025, 01:10
43fddbc
Код
Авторство
О чём код?
import {FormatConfig} from '@angular/ng-dev'; /** * Configuration for the ng-dev format command. We currently only use the buildifier * formatter that is responsible for formatting Bazel build and `.bzl` files. */ export const format: FormatConfig = { buildifier: true, prettier: true, };