mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
stylelint: Type-check Stylelint configuration.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
58df0e519f
commit
2975c1bc62
@@ -1,3 +1,6 @@
|
||||
// @ts-check
|
||||
|
||||
/** @type {import("stylelint").Config} */
|
||||
export default {
|
||||
extends: ["stylelint-config-standard"],
|
||||
plugins: ["stylelint-high-performance-animation"],
|
||||
|
@@ -1,3 +1,6 @@
|
||||
// @ts-check
|
||||
|
||||
/** @type {import("stylelint").Config} */
|
||||
export default {
|
||||
extends: ["../../../stylelint.config"],
|
||||
rules: {
|
||||
|
Reference in New Issue
Block a user