From 7afb5bc493aada5acd88caaa78f7e6ad2100c5e2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Feb 2022 17:47:58 -0800 Subject: [PATCH] Stylelint needs libraries --- .github/workflows/lint-frontend.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-frontend.yaml b/.github/workflows/lint-frontend.yaml index 10e463e8..2f62fa9b 100644 --- a/.github/workflows/lint-frontend.yaml +++ b/.github/workflows/lint-frontend.yaml @@ -22,7 +22,8 @@ jobs: - uses: actions/checkout@v2 - name: Install modules - run: npm install stylelint eslint + run: npm install stylelint stylelint-config-recommended stylelint-config-standard \ + stylelint-order eslint # See .stylelintignore for files that are not linted. - name: Run stylelint