Add css modules, remove styled components linters and utils

This commit is contained in:
jeffvli 2023-07-23 05:16:29 -07:00
parent 03a4a1da55
commit 84bec824f2
5 changed files with 299 additions and 2913 deletions

View file

@ -1,9 +1,7 @@
{
"processors": ["stylelint-processor-styled-components"],
"customSyntax": "postcss-scss",
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-styled-components",
"stylelint-config-css-modules",
"stylelint-config-rational-order"
],
"rules": {