Skip to content

Commit eb6c84f

Browse files
author
Jeff Verkoeyen
committed
Add tsc linter.
Reviewers: O2 Material Motion, markwei Reviewed By: O2 Material Motion, markwei Tags: #material_motion Differential Revision: http://codereview.cc/D2141
1 parent 2d7c39c commit eb6c84f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.arcconfig

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"material-arc-tools/third_party/arc-hook-conphig",
44
"material-arc-tools/third_party/arc-hook-github-issues",
55
"material-arc-tools/third_party/arc-tslint",
6+
"material-arc-tools/third_party/arc-tsclint",
67
"material-arc-tools/third_party/arc-proselint"
78
],
89
"arcanist_configuration": "HookConphig",

.arclint

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
"chmod": {
44
"type": "chmod"
55
},
6-
"js": {
6+
"js-lint": {
77
"type": "tslint",
88
"include": "(src/.*\\.(ts)$)",
99
"tslint.project": "tsconfig.json"
1010
},
11+
"js-build": {
12+
"type": "tsc",
13+
"include": "(src/.*\\.(ts)$)"
14+
},
1115
"prose": {
1216
"type": "prose",
1317
"include": "(\\.(md)$)",

0 commit comments

Comments
 (0)