Disable stylelint rules that are conflicting with Prettier (#31339)

This commit is contained in:
Renaud Chaput 2024-08-08 21:22:16 +02:00 committed by GitHub
parent 664bef3573
commit a207a1f7dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 1 deletions

View file

@ -189,6 +189,7 @@
"prettier": "^3.3.3",
"react-test-renderer": "^18.2.0",
"stylelint": "^16.0.2",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"typescript": "^5.0.4",
"webpack-dev-server": "^3.11.3"