Skip to content

Commit

Permalink
Merge pull request #38 from mlisek96/feat/stylelint
Browse files Browse the repository at this point in the history
feat: stylelint
  • Loading branch information
mlisek96 committed Sep 28, 2023
2 parents 43042a9 + 14a6141 commit b241832
Show file tree
Hide file tree
Showing 3 changed files with 2,184 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"processors": [
"stylelint-processor-styled-components"
],
"extends": [
"stylelint-config-recommended",
"stylelint-config-styled-components"
],
"customSyntax": "postcss-styled-syntax"
}
Loading

0 comments on commit b241832

Please sign in to comment.