From bb89205a9442cef7cfe408e10e42b47c24194634 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:40:45 +0900 Subject: [PATCH] Add `@csstools/*` plugins --- .github/workflows/test-ecosystem.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-ecosystem.yml b/.github/workflows/test-ecosystem.yml index 9ba1144..7e34345 100644 --- a/.github/workflows/test-ecosystem.yml +++ b/.github/workflows/test-ecosystem.yml @@ -27,6 +27,9 @@ jobs: package: # In alphabetical order - '@1024pix/stylelint-config-rational-order' + - '@csstools/stylelint-at-risk' + - '@csstools/stylelint-no-at-nest-rule' + - '@csstools/stylelint-no-invalid-at-import-rules-when-bundling' - '@double-great/stylelint-a11y' - '@namics/stylelint-bem' - '@o3r/stylelint-plugin'