Skip to content

Commit dbde3c6

Browse files
NickTomlinsjelin
authored andcommitted
chore(style): Add "curly" rule to jshintrc
1 parent f533341 commit dbde3c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.jshintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"sub": true,
1818
"undef": true,
1919
"quotmark": "single",
20-
"evil": true
20+
"evil": true,
21+
"curly": true
2122
}

0 commit comments

Comments
 (0)