Skip to content

Commit c1ceca0

Browse files
committed
Execute TSLint rules via Wotan/Valtyr
1 parent 3faad6c commit c1ceca0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"compile": "tsc -p .",
1414
"prepublishOnly": "npm run verify",
1515
"lint:wotan": "wotan",
16-
"lint:tslint": "tslint -p .",
16+
"lint:tslint": "wotan -m @fimbul/valtyr",
1717
"lint": "run-p lint:*",
1818
"verify": "run-s compile lint coverage",
1919
"precoverage": "rimraf coverage .nyc_output",
@@ -39,6 +39,7 @@
3939
"tsutils": "^2.22.2"
4040
},
4141
"devDependencies": {
42+
"@fimbul/valtyr": "^0.4.0",
4243
"@fimbul/wotan": "^0.5.0",
4344
"coveralls": "^3.0.0",
4445
"github-release-from-changelog": "^1.2.1",

0 commit comments

Comments
 (0)