Skip to content

Commit

Permalink
feat: stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
mlisek96 committed Sep 28, 2023
1 parent 43042a9 commit 14a6141
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 14a6141

Please sign in to comment.