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

Commit 5a3c35e

Browse files
authored
Merge pull request #97 from skellock/bump-deps
Refreshes dependencies and fixes fallout.
2 parents d2e5fcc + ee1efba commit 5a3c35e

28 files changed

+8268
-15745
lines changed

.prettierrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"bracketSpacing": true,
3+
"jsxBracketSameLine": false,
4+
"printWidth": 100,
5+
"semi": false,
6+
"singleQuote": false,
7+
"tabWidth": 2,
8+
"trailingComma": "es5",
9+
"useTabs": false
10+
}

fuse.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Sparky.task('default', ['copy-html'], () => {
2323
log: isProduction,
2424
cache: !isProduction,
2525
sourceMaps: true,
26+
tsConfig: 'tsconfig.json',
2627
})
2728

2829
// start the hot reload server

0 commit comments

Comments
 (0)