Fix typo in .prettierrc

This commit is contained in:
Dirk Klimpel
2022-01-07 08:09:11 +01:00
committed by GitHub
parent b9e81b2278
commit 715d4e5832
+1 -1
View File
@@ -7,5 +7,5 @@
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"arrowParens": "avoid"
}