Update based on PR comments

This commit is contained in:
Walter Rumsby
2018-03-23 16:09:12 +13:00
parent a08461c405
commit 196d13df6f
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ const file = store.get('hello');
store.add(file, 'hahahahah');
store.each((file, index) => console.log(index, file.path));
store.each(file => console.dir(store.get(file.path)));
+1 -4
View File
@@ -1,6 +1,3 @@
{
"extends": "dtslint/dt.json",
"rules": {
}
"extends": "dtslint/dt.json"
}