/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
.prettierignore
30 строк
797 B
Paweł Kuna
Add quality gates: Prettier for Astro, astro check for shared, unused SCSS variable lint (#2749)
03 авг 2026, 01:47
Не верифицирован
03 авг 2026, 01:47
8962710
Код
Авторство
О чём код?
dist .tmp .vscode .cache node_modules # generated / build outputs .astro coverage demo packages-zip preview/public preview/tmp-assets docs/public # prettier-plugin-astro cannot parse HTML comments or <script> tags inside # JSX expressions ({cond && (<Fragment><!-- ... --><script>...)}) — these files # use those constructs on purpose (BEGIN/END markers emitted into demo HTML, # conditional inline scripts). Re-check when the plugin gains support. docs/layouts/DocsLayout.astro shared/components/cards/Card.astro shared/components/layout/PageHeader.astro shared/components/navbar/Navbar.astro shared/ui/Chart.astro shared/ui/ChartSparkline.astro shared/ui/Datepicker.astro shared/ui/InlinePlayer.astro shared/ui/Map.astro shared/ui/MapVector.astro shared/ui/Range.astro shared/ui/Select.astro