chore: make linter ignore json schemas
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user