Skip to content

Commit

Permalink
Updating stylelint config so that stylelint 14 will run on any html a…
Browse files Browse the repository at this point in the history
…nd css files. Fixes #43 (#44)

Signed-off-by: Alexander Xydes <[email protected]>
  • Loading branch information
xydesa authored Dec 21, 2021
1 parent 828e276 commit afe9e1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions rsc/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@
}
],
},
"overrides": [
{
"files": ["/**/*.html"],
"customSyntax": "postcss-html",
}
],
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"overrides": [
{
"files": ["../*.html"],
"files": ["/**/*.html"],
"customSyntax": "postcss-html",
}
],
Expand Down

0 comments on commit afe9e1b

Please sign in to comment.