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
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"
}