From 2a524ad1b0498ff81dc993b723429dfd357a9f30 Mon Sep 17 00:00:00 2001 From: Sander Maijers <3374183+sanmai-NL@users.noreply.github.com> Date: Mon, 16 Nov 2020 16:50:11 +0100 Subject: [PATCH] Fix typo (#1000) --- docs/using-rules-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-rules-files.md b/docs/using-rules-files.md index 2eafbe19..a8e576d1 100644 --- a/docs/using-rules-files.md +++ b/docs/using-rules-files.md @@ -15,7 +15,7 @@ Below is an example of how to configure the ``env`` section of Super-Linter's `` GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LINTER_RULES_PATH: / - CSS_FILE_NAME: .styelintrc.json + CSS_FILE_NAME: .stylelintrc.json JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json VALIDATE_CSS: true VALIDATE_JAVASCRIPT_ES: true