chore: make linter ignore json schemas

This commit is contained in:
Fabio Berger
2018-10-17 15:33:50 +01:00
parent 41bb38a776
commit f2e5a9635b

View File

@@ -10,7 +10,7 @@
"scripts": {
"build": "tsc -b",
"build:ci": "yarn build",
"lint": "tslint --project .",
"lint": "tslint --project . --exclude **/schemas/**/*",
"test": "yarn run_mocha",
"rebuild_and_test": "run-s clean build test",
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",