Disable stylelint rules that are conflicting with Prettier (#31339)
This commit is contained in:
parent
664bef3573
commit
a207a1f7dc
3 changed files with 15 additions and 1 deletions
|
@ -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/**/*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue