Skip to content

Commit

Permalink
set semi true again
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Jan 17, 2019
1 parent 140934b commit 87df33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Expand Up @@ -2,7 +2,7 @@
"bracketSpacing": true,
"jsxBracketSameLine": false,
"printWidth": 100,
"semi": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}

0 comments on commit 87df33f

Please sign in to comment.