Skip to content

Commit 9eb3923

Browse files
authored
fix: let prettier handle quote-props (#334)
This reverts #101 which was never actually needed - for the most part having it configured is harmless since it matches our prettier config which in theory all of our codebases use, but if we ever have one that has a different [quote props](https://prettier.io/docs/en/options.html#quote-props) setting (e.g. due to an inherited codebase) then you have to deal with this. Removing it's configuration just means one less place to stub your toe
1 parent 05835f3 commit 9eb3923

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ const config = {
183183
'prefer-rest-params': 'error',
184184
'prefer-spread': 'error',
185185
'prefer-template': 'warn',
186-
'quote-props': ['error', 'consistent-as-needed'],
187186
'radix': ['error', 'as-needed'],
188187
'require-await': 'off', // never
189188
'require-unicode-regexp': 'error',

0 commit comments

Comments
 (0)