|
"jshint": "jshint . --exclude node_modules,dist,build,bin,demo",
|
|
"jshint": "jshint . --exclude node_modules,dist,build,bin,demo",
|
|
"test": "npm run lint && grunt test",
|
|
"test": "npm run lint && grunt test",
|
|
"tslint": "tslint --type-check --project tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"tslint": "tslint --type-check --project tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\"",
|