We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3faad6c commit c1ceca0Copy full SHA for c1ceca0
package.json
@@ -13,7 +13,7 @@
13
"compile": "tsc -p .",
14
"prepublishOnly": "npm run verify",
15
"lint:wotan": "wotan",
16
- "lint:tslint": "tslint -p .",
+ "lint:tslint": "wotan -m @fimbul/valtyr",
17
"lint": "run-p lint:*",
18
"verify": "run-s compile lint coverage",
19
"precoverage": "rimraf coverage .nyc_output",
@@ -39,6 +39,7 @@
39
"tsutils": "^2.22.2"
40
},
41
"devDependencies": {
42
+ "@fimbul/valtyr": "^0.4.0",
43
"@fimbul/wotan": "^0.5.0",
44
"coveralls": "^3.0.0",
45
"github-release-from-changelog": "^1.2.1",
0 commit comments