Skip to content

Commit

Permalink
chore: add default values (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Mar 22, 2020
1 parent 86d2283 commit a3bb123
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"semi": false,
"singleQuote": true,
"trailingComma": "none"
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}

0 comments on commit a3bb123

Please sign in to comment.