Skip to content

Commit

Permalink
fix smart quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrand committed Feb 12, 2020
1 parent d443329 commit 407bf5f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
arrowParens”: “avoid,
bracketSpacing: true,
htmlWhitespaceSensitivity”: “css,
insertPragma: false,
jsxBracketSameLine: false,
jsxSingleQuote: false,
printWidth: 80,
proseWrap”: “preserve,
quoteProps”: “as-needed,
requirePragma: false,
semi: true,
singleQuote: false,
tabWidth: 2,
trailingComma”: “none,
useTabs: false,
vueIndentScriptAndStyle: false
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"vueIndentScriptAndStyle": false
}

0 comments on commit 407bf5f

Please sign in to comment.