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 b5e54ed commit 09ddf63Copy full SHA for 09ddf63
package.json
@@ -4,7 +4,7 @@
4
"description": "An implementation of the AVL tree data structure",
5
"scripts": {
6
"build": "tsc",
7
- "lint": "tslint 'src/**/*.ts'",
+ "lint": "tslint --project .",
8
"test": "nyc mocha lib/test/*.test.js",
9
"watch": "tsc -w",
10
"prepublish": "npm run build"
0 commit comments