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 8052e3b commit 65bdf07Copy full SHA for 65bdf07
package.json
@@ -11,7 +11,7 @@
11
"test": "kcd-scripts test",
12
"test:update": "npm test -- --updateSnapshot --coverage",
13
"validate": "kcd-scripts validate",
14
- "typecheck": "dtslint ./types/",
+ "typecheck": "dtslint types",
15
"setup": "npm install && npm run validate -s"
16
},
17
"engines": {
types/tslint.json
@@ -1,5 +1,5 @@
1
{
2
- "extends": ["dtslint/dtslint.json"],
+ "extends": "dtslint/dtslint.json",
3
"rules": {
4
"semicolon": false,
5
"whitespace": false
0 commit comments