Skip to content

Commit e1e841b

Browse files
committed
feat: Moving incmoing changes to treeView in explorer
1 parent c79124e commit e1e841b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/tools/generateConfigSectionForReadme.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* tslint:disable */
2-
31
import { readFileSync } from "fs";
42
import { join } from "path";
53
import { cwd } from "process";

tslint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
]
3737
}
3838
},
39-
"rulesDirectory": []
39+
"rulesDirectory": [],
40+
"linterOptions": {
41+
"exclude": ["./src/tools"]
42+
}
4043
}

0 commit comments

Comments
 (0)