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

View file

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