diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/index.html | 2 | ||||
-rw-r--r-- | client/tslint.json | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/client/index.html b/client/index.html index bc750dde7..6fbcd1fa6 100644 --- a/client/index.html +++ b/client/index.html | |||
@@ -22,8 +22,6 @@ | |||
22 | 22 | ||
23 | <script src="client/node_modules/webtorrent/webtorrent.min.js"></script> | 23 | <script src="client/node_modules/webtorrent/webtorrent.min.js"></script> |
24 | 24 | ||
25 | <script src="client/node_modules/ng2-bootstrap/bundles/ng2-bootstrap.min.js"></script> | ||
26 | |||
27 | <!-- 2. Configure SystemJS --> | 25 | <!-- 2. Configure SystemJS --> |
28 | <script src="client/systemjs.config.js"></script> | 26 | <script src="client/systemjs.config.js"></script> |
29 | <script> | 27 | <script> |
diff --git a/client/tslint.json b/client/tslint.json index 9653c965b..0cffea582 100644 --- a/client/tslint.json +++ b/client/tslint.json | |||
@@ -2,6 +2,7 @@ | |||
2 | "rulesDirectory": ["./node_modules/codelyzer"], | 2 | "rulesDirectory": ["./node_modules/codelyzer"], |
3 | "rules": { | 3 | "rules": { |
4 | "class-name": true, | 4 | "class-name": true, |
5 | "no-inferrable-types": true, | ||
5 | "curly": false, | 6 | "curly": false, |
6 | "eofline": true, | 7 | "eofline": true, |
7 | "indent": ["spaces"], | 8 | "indent": ["spaces"], |