Skip to content

Commit

Permalink
Disable stylelint linter
Browse files Browse the repository at this point in the history
trying to add conffiguration for it will not work because it needs the
stylelint-scss plugin installed inside the MegaLinter environment
and there doesn't seem to be any way to install extra software inside
MegaLinter (it's a container)
  • Loading branch information
atodorov committed Jan 8, 2024
1 parent e0ad09f commit 4f9d5a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
DISABLE_LINTERS:
- COPYPASTE_JSCPD
- CSS_SCSS_LINT
- CSS_STYLELINT
- JAVASCRIPT_ES
- MARKDOWN_MARKDOWN_TABLE_FORMATTER
- SPELL_CSPELL
Expand Down
4 changes: 4 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "stylelint-config-standard",
"customSyntax": "scss"
}
1 change: 1 addition & 0 deletions src/styles/common/font.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@charset "UTF-8";

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
Expand Down

0 comments on commit 4f9d5a8

Please sign in to comment.