diff --git a/.prettierrc b/.prettierrc index 48e90e8..284e842 100644 --- a/.prettierrc +++ b/.prettierrc @@ -5,3 +5,4 @@ "tabWidth": 2, "trailingComma": "es5" } + diff --git a/.stylelintrc.json b/.stylelintrc.json index 886ba43..4035b96 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -6,7 +6,6 @@ ], "extends": [ "stylelint-config-primer", - "stylelint-prettier/recommended", "stylelint-config-prettier" ], "plugins": ["stylelint-prettier"],