Skip to content

Commit 0eec27b

Browse files
mmiller42goto-bus-stop
authored andcommitted
Add Prettier options from newer versions (#2)
* Add Prettier options from newer versions * Remove irrelevant options
1 parent 6c46d29 commit 0eec27b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ var optionKeys = [
88
'useTabs',
99
'semi',
1010
'singleQuote',
11+
'quoteProps',
12+
'jsxSingleQuote',
1113
'trailingComma',
1214
'bracketSpacing',
1315
'jsxBracketSameLine',
1416
'arrowParens',
1517
'requirePragma',
16-
'insertPragma'
18+
'insertPragma',
19+
'endOfLine'
1720
]
1821

1922
function print (parse, ast, opts, input) {

0 commit comments

Comments
 (0)