chore: fix storybook for realsies

This commit is contained in:
41666 2020-10-14 12:49:21 -04:00
parent 1bbc61c82f
commit 3d867c1db0
18 changed files with 927 additions and 34 deletions

7
.stylelintrc Normal file
View file

@ -0,0 +1,7 @@
{
"processors": ["stylelint-processor-styled-components"],
"extends": ["stylelint-config-standard", "stylelint-config-styled-components", "stylelint-prettier/recommended"],
"rules": {
"value-keyword-case": null
}
}