Skip to content

Commit 220fdfb

Browse files
committed
Refactor for prettier updates
1 parent 05de834 commit 220fdfb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/constants.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ module.exports = {
5050
name.concat(nil, quotationMark, apostrophe, lessThan, graveAccent)
5151
]
5252
],
53-
unquoted: [[unquoted, unquotedSafe], [unquotedSafe, unquotedSafe]],
53+
unquoted: [
54+
[unquoted, unquotedSafe],
55+
[unquotedSafe, unquotedSafe]
56+
],
5457
single: [
5558
[singleQuoted, singleQuoted.concat(quotationMark, graveAccent)],
5659
[

0 commit comments

Comments
 (0)