Fix typo in `.prettierrc` (#224)

pull/166/merge
Dirk Klimpel 3 years ago committed by GitHub
parent c4f0fa48ec
commit c4a68ff1d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save