Autofix json-schemas linter errors

This commit is contained in:
Leonid Logvinov
2017-11-22 16:39:20 -06:00
parent 010e6f8d7f
commit 2fa5bb2028
5 changed files with 35 additions and 33 deletions

View File

@@ -7,7 +7,7 @@
"scripts": {
"build": "tsc",
"clean": "shx rm -rf _bundles lib test_temp",
"lint": "tslint src/**/*.ts test/**/*.ts",
"lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'",
"run_mocha": "mocha lib/test/**/*_test.js",
"prepublishOnly": "run-p build",
"test": "run-s clean build run_mocha",