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
commit ac941aa1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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