Skip to content

Commit 09ddf63

Browse files
committed
tslint the project, not source files
1 parent b5e54ed commit 09ddf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An implementation of the AVL tree data structure",
55
"scripts": {
66
"build": "tsc",
7-
"lint": "tslint 'src/**/*.ts'",
7+
"lint": "tslint --project .",
88
"test": "nyc mocha lib/test/*.test.js",
99
"watch": "tsc -w",
1010
"prepublish": "npm run build"

0 commit comments

Comments
 (0)