/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.0.2
.ng-dev/format.mjs
9 строк
182 B
Alan Agius
build: simplify format configuration and update ng-dev dependency
05 дек 2025, 21:07
05 дек 2025, 21:07
9a8ea6b
Код
Авторство
О чём код?
/** * Configuration for the `ng-dev format` command. * * @type { import("@angular/ng-dev").FormatConfig } */ export const format = { 'prettier': true, 'buildifier': true, };