Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Oct 21, 2018
1 parent 070b2f8 commit e9ef3f1
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 416 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"latedef": "nofunc",
"noarg": true,
"nonbsp": true,
"quotmark": "double",
"undef": true,
"unused": true,
"trailing": true,
"eqnull": true,
"proto": true,
"smarttabs": true,
"node": true,
"globals": {
"describe": true,
"it": true
}
},
"prettier": {
"tabWidth": 4
}
}
Loading

0 comments on commit e9ef3f1

Please sign in to comment.