Skip to content

Commit

Permalink
fix(timezone): with timezone being emitted to late
Browse files Browse the repository at this point in the history
and fixed some cs

Signed-off-by: Tobias Gurtzick <[email protected]>
  • Loading branch information
wzrdtales committed Feb 11, 2018
1 parent a33df4e commit 2d3f10d
Show file tree
Hide file tree
Showing 5 changed files with 796 additions and 437 deletions.
8 changes: 8 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "standard",
"rules": {
"semi": ["error", "always"],
"no-unused-vars": "warn",
"quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": true }]
}
}
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"singleQuote": true
}
7 changes: 7 additions & 0 deletions .tern-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"plugins": {
"node": {},
"lint": {},
"node-extension": {}
}
}
Loading

0 comments on commit 2d3f10d

Please sign in to comment.