mirror of
https://github.com/veeso/termscp.git
synced 2026-07-14 03:53:44 +02:00
Add Site GitHub Actions workflow running prettier format check, astro check, tests, and build on changes under site/. Wire prettier into the site package with config, ignore, and scripts, and format existing sources.
12 lines
156 B
JSON
12 lines
156 B
JSON
{
|
|
"plugins": ["prettier-plugin-astro"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
}
|