Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit c9dd0a6

Browse files
chore(.jshintrc): fix indentation
1 parent a8c7843 commit c9dd0a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.jshintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"node": true,
3-
"browser": true,
3+
"browser": true,
44
"esversion": 6,
55

66
"curly": true,
@@ -9,7 +9,7 @@
99
"undef": true,
1010
"unused": true,
1111
"trailing": true,
12-
"expr": true,
12+
"expr": true,
1313
"immed": true,
1414

1515
"globals": {

0 commit comments

Comments
 (0)