Fix typo in .prettierrc (#224)

This commit is contained in:
Dirk Klimpel
2022-01-31 17:24:37 +01:00
committed by GitHub
parent c4f0fa48ec
commit c4a68ff1d5

View File

@@ -7,5 +7,5 @@
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"arrowParens": "avoid"
}