/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.prettierignore
25 строк
862 B
Kristiyan Kostadinov
build: disable formatting on styles and templates (#32614)
05 янв 2026, 11:51
Не верифицирован
05 янв 2026, 11:51
83e30e2
Код
Авторство
О чём код?
# Generated files for infrastructure. .prettierrc # These schematic ng-generate files are template files that cannot be formatted. src/material/schematics/ng-generate/*/files/**/* src/cdk/schematics/ng-generate/*/files/**/* # Schematic ng-update test cases should not be formatted as that could break the # expected output tests. Generated code does is not formatted according to prettier. src/cdk/schematics/ng-update/test-cases/**/*_input.ts src/cdk/schematics/ng-update/test-cases/**/*_expected_output.ts src/material/schematics/ng-update/test-cases/**/*_input.ts src/material/schematics/ng-update/test-cases/**/*_expected_output.ts pnpm-lock.yaml # TODO: Enable formatting on markdown files **/*.md # TODO: enable formatting on templates and styles. # For styles specifically the formatting ends up causing build failures. **/*.scss **/*.css **/*.html