oddbird/css-anchor-positioning

Lint example scripts

Open

#386 opened on Mar 13, 2026

View on GitHub
 (0 comments) (1 reaction) (0 assignees)TypeScript (18 forks)auto 404
demo-siteenhancementgood first issue

Repository metrics

Stars
 (489 stars)
PR merge metrics
 (PR metrics pending)

Description

In https://github.com/oddbird/css-anchor-positioning/pull/353, we missed a type update because we aren't linting our examples, specifically the scripts.

Some options include https://github.com/BenoitZugmeyer/eslint-plugin-html or extracting the scripts from the example html files into standalone files,

Contributor guide