mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
Fix typo (#1000)
This commit is contained in:
parent
cc5b8514a5
commit
2a524ad1b0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Below is an example of how to configure the ``env`` section of Super-Linter's ``
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
LINTER_RULES_PATH: /
|
LINTER_RULES_PATH: /
|
||||||
CSS_FILE_NAME: .styelintrc.json
|
CSS_FILE_NAME: .stylelintrc.json
|
||||||
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json
|
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json
|
||||||
VALIDATE_CSS: true
|
VALIDATE_CSS: true
|
||||||
VALIDATE_JAVASCRIPT_ES: true
|
VALIDATE_JAVASCRIPT_ES: true
|
||||||
|
|
Loading…
Reference in a new issue