diff --git a/.prettierrc b/.prettierrc index 85adb7e6aff..e52cf1f653a 100644 --- a/.prettierrc +++ b/.prettierrc @@ -6,6 +6,7 @@ "proseWrap": "never", "overrides": [ { "files": ".eslintrc", "options": { "parser": "json" } }, - { "files": ".prettierrc", "options": { "parser": "json" } } + { "files": ".prettierrc", "options": { "parser": "json" } }, + { "files": ".stylelintrc", "options": { "parser": "json" } } ] }