From ccfa4d39de29ebad603da06cc6e1cafbc7614d7e Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:42:21 +0900 Subject: [PATCH] Remove unmaintained `stylelint-8-point-grid` and `stylelint-a11y` --- .github/workflows/test-ecosystem.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-ecosystem.yml b/.github/workflows/test-ecosystem.yml index 9189dd4..a47cdef 100644 --- a/.github/workflows/test-ecosystem.yml +++ b/.github/workflows/test-ecosystem.yml @@ -53,8 +53,6 @@ jobs: - '@stylistic/stylelint-plugin' - '@wemake-services/stylelint-config-scss' - '@wordpress/stylelint-config' - - 'stylelint-8-point-grid' - - 'stylelint-a11y' - 'stylelint-browser-compat' - 'stylelint-color-format' - 'stylelint-config-ali'