From dc3826f9100cab432512a3ab682ac986c8bb4f70 Mon Sep 17 00:00:00 2001 From: Kikuo Emoto Date: Sat, 18 Jan 2025 01:37:11 +0900 Subject: [PATCH] TypeScript Rollout Tier 19 - docs wrap-up (#410) * chore(gha): restore linting The `verify.yml` workflow starts linting again. * fix(docs): missing lang="ts" attributes Adds missing `lang="ts"` attributes to some example components. --- .github/workflows/verify.yml | 8 ++------ .../src/pages/components/icon/examples/ExObjectSyntax.vue | 2 +- .../docs/src/pages/components/tag/examples/ExClosable.vue | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 293884fd8..2cddd7fdd 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -32,9 +32,7 @@ jobs: - run: npm ci --prefer-offline - name: Lint - # skips until the TypeScript migration is complete - run: exit 0 - # run: npm -w @ntohq/buefy-next run lint + run: npm -w @ntohq/buefy-next run lint id: lint continue-on-error: true @@ -72,9 +70,7 @@ jobs: - run: npm ci --prefer-offline - name: Lint docs - # skips until the TypeScript migration is complete - run: exit 0 - # run: npm -w docs run lint + run: npm -w docs run lint id: lint continue-on-error: true diff --git a/packages/docs/src/pages/components/icon/examples/ExObjectSyntax.vue b/packages/docs/src/pages/components/icon/examples/ExObjectSyntax.vue index 64ee1fa02..bf4c0fd40 100644 --- a/packages/docs/src/pages/components/icon/examples/ExObjectSyntax.vue +++ b/packages/docs/src/pages/components/icon/examples/ExObjectSyntax.vue @@ -10,7 +10,7 @@ -