We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7c39c commit eb6c84fCopy full SHA for eb6c84f
.arcconfig
@@ -3,6 +3,7 @@
3
"material-arc-tools/third_party/arc-hook-conphig",
4
"material-arc-tools/third_party/arc-hook-github-issues",
5
"material-arc-tools/third_party/arc-tslint",
6
+ "material-arc-tools/third_party/arc-tsclint",
7
"material-arc-tools/third_party/arc-proselint"
8
],
9
"arcanist_configuration": "HookConphig",
.arclint
@@ -3,11 +3,15 @@
"chmod": {
"type": "chmod"
},
- "js": {
+ "js-lint": {
"type": "tslint",
"include": "(src/.*\\.(ts)$)",
"tslint.project": "tsconfig.json"
10
11
+ "js-build": {
12
+ "type": "tsc",
13
+ "include": "(src/.*\\.(ts)$)"
14
+ },
15
"prose": {
16
"type": "prose",
17
"include": "(\\.(md)$)",
0 commit comments