chore(tests): add stylelint config

This commit is contained in:
Gabe Kangas
2023-06-20 20:51:29 -07:00
parent 0e13bd143e
commit 9a4b19068f
3 changed files with 796 additions and 1 deletions

View File

@@ -109,6 +109,7 @@
"mdx-mermaid": "^1.3.2",
"mermaid": "^10.0.0",
"npm": "^9.4.0",
"postcss": "^8.4.24",
"prettier": "2.8.8",
"sass": "1.63.4",
"sass-loader": "13.3.2",
@@ -118,6 +119,9 @@
"storybook-preset-less": "1.1.3",
"style-dictionary": "3.8.0",
"style-loader": "3.3.3",
"stylelint": "^15.8.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"ts-jest": "^29.1.0",
"typescript": "4.9.5"
}