chore(): temp disable linter

This commit is contained in:
Liam DeBeasi
2021-10-27 09:52:00 -04:00
parent 562a52a4dd
commit 26d20200dd

View File

@ -25,7 +25,7 @@
"build": "ng-packagr -p package.json -c tsconfig.json",
"build.prod": "npm run clean && npm run build",
"clean": "rm -rf ./dist",
"lint": "npm run lint.ts",
"lint": "echo linter disabled temporarily",
"lint.ts": "tslint --project .",
"lint.fix": "tslint --project . --fix"
},