Skip to content
Snippets Groups Projects
Verified Commit 140e35b7 authored by Andreas Ellewsen's avatar Andreas Ellewsen
Browse files

Set single quotes as default for jsx

parent 174e402f
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !110. Comments created here will be created in the context of that merge request.
{ {
"semi": false, "semi": false,
"singleQuote": true, "singleQuote": true,
"jsxSingleQuote": true,
"jsxBracketSameLine": false, "jsxBracketSameLine": false,
"trailingComma": "es5" "trailingComma": "es5"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment