chore(): temporarily disable angular linting

This commit is contained in:
Manu Mtz.-Almeida
2018-08-01 19:21:57 +02:00
parent afb0906119
commit 2d4d2d8b00

View File

@@ -28,7 +28,8 @@
"build.ng": "./node_modules/.bin/ngc",
"clean": "node scripts/clean.js",
"clean-generated": "node ./scripts/clean-generated.js",
"lint": "tslint --project .",
"lint": "echo TODO",
"lint.ts": "tslint --project .",
"lint.fix": "tslint --project . --fix",
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",
"test": "echo 'angular no tests yet'",