stylelint: Type-check Stylelint configuration.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-09-09 16:43:30 -07:00
committed by Tim Abbott
parent 58df0e519f
commit 2975c1bc62
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// @ts-check
/** @type {import("stylelint").Config} */
export default {
extends: ["stylelint-config-standard"],
plugins: ["stylelint-high-performance-animation"],

View File

@@ -1,3 +1,6 @@
// @ts-check
/** @type {import("stylelint").Config} */
export default {
extends: ["../../../stylelint.config"],
rules: {