0
0
Fork 0

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

@ -1,5 +1,5 @@
module.exports = {
extends: ['stylelint-config-standard-scss'],
extends: ['stylelint-config-standard-scss', 'stylelint-config-prettier-scss'],
ignoreFiles: [
'app/javascript/styles/mastodon/reset.scss',
'coverage/**/*',