/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.30
.ng-dev/format.mjs
11 строк
248 B
Alan Agius
build: remove the need to bootstrap-local
14 мар 2024, 17:46
14 мар 2024, 17:46
a88bc7c
Код
Авторство
О чём код?
/** * Configuration for the `ng-dev format` command. * * @type { import("@angular/ng-dev").FormatConfig } */ export const format = { 'prettier': { matchers: ['**/*.{mts,cts,ts,mjs,cjs,js,json,yml,yaml,md}'], }, 'buildifier': true, };