Skip to content

Commit

Permalink
fix(MegaLinter): Set default Stylelint config
Browse files Browse the repository at this point in the history
Allow Stylelint to find its own config file rather than force it to look
only at `.stylelintrc.json`.
  • Loading branch information
Kurt-von-Laven committed Sep 10, 2023
1 parent d3090bc commit 7c58eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/base.mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ FILTER_REGEX_EXCLUDE: \.pnp\.(c|loader\.m)js|\.yarn|dist
FORMATTERS_DISABLE_ERRORS: false
PRINT_ALPACA: false
SHOW_ELAPSED_TIME: true

CSS_STYLELINT_CONFIG_FILE: LINTER_DEFAULT
JAVASCRIPT_DEFAULT_STYLE: prettier
JAVASCRIPT_ES_CONFIG_FILE: LINTER_DEFAULT
JAVASCRIPT_PRETTIER_FILE_EXTENSIONS:
Expand Down

0 comments on commit 7c58eb9

Please sign in to comment.