Skip to content

Commit

Permalink
build: Add Stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRatcliffe committed Sep 18, 2024
1 parent 966869f commit b8771fc
Show file tree
Hide file tree
Showing 12 changed files with 1,155 additions and 113 deletions.
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.min.css
3 changes: 3 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["stylelint-config-standard"]
}
Loading

0 comments on commit b8771fc

Please sign in to comment.