Merge pull request #4 from dklimpel/patch-7

Fix typo in `.prettierrc`
This commit is contained in:
matrix07012
2022-01-29 12:25:49 +01:00
committed by GitHub
+1 -1
View File
@@ -7,5 +7,5 @@
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"arrowParens": "avoid"
}