Skip to content

Commit

Permalink
fix: jsxBracketSameLine: false, lock-in defaults (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Sep 17, 2020
1 parent 0ff44b6 commit 8078b13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
module.exports = {
arrowParens: 'avoid',
bracketSpacing: true,
jsxBracketSameLine: true,
jsxBracketSameLine: false,
jsxSingleQuote: false,
quoteProps: 'consistent',
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'all',
overrides: [
{
Expand Down

0 comments on commit 8078b13

Please sign in to comment.