Skip to content

Commit e9ef3f1

Browse files
committedOct 21, 2018
Run prettier
1 parent 070b2f8 commit e9ef3f1

File tree

2 files changed

+412
-416
lines changed

2 files changed

+412
-416
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828
"latedef": "nofunc",
2929
"noarg": true,
3030
"nonbsp": true,
31-
"quotmark": "double",
3231
"undef": true,
3332
"unused": true,
34-
"trailing": true,
3533
"eqnull": true,
3634
"proto": true,
37-
"smarttabs": true,
3835
"node": true,
3936
"globals": {
4037
"describe": true,
4138
"it": true
4239
}
40+
},
41+
"prettier": {
42+
"tabWidth": 4
4343
}
4444
}

0 commit comments

Comments
 (0)