Skip to content

Commit

Permalink
fix(style): stylelint ignore workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos committed May 20, 2024
1 parent 3995d8d commit 9c24e49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cache
custom
node_modules
vendor
9 changes: 1 addition & 8 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"extends": "stylelint-config-standard",
"ignoreFiles": [
"**/node_modules/*",
"custom/*",
"themes/*",
"!themes/margot/*",
"**/vendor/*"
]
"extends": "stylelint-config-standard"
}

0 comments on commit 9c24e49

Please sign in to comment.