diff --git a/package.json b/package.json index 12540efc..31f59a95 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "server:prod": "http-server dist --cors", "webdriver:update": "npm run webdriver-manager update", "webdriver:start": "npm run webdriver-manager start", - "lint": "npm run tslint \"src/**/*.ts\"", + "lint": "npm run tslint \"src/**/*.ts\" --force", "pree2e": "npm run webdriver:update -- --standalone", "pretest": "npm run lint", "docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./src/", diff --git a/tslint.json b/tslint.json index aa3fa3b9..05323997 100644 --- a/tslint.json +++ b/tslint.json @@ -99,7 +99,7 @@ "jsdoc-format": true, "no-consecutive-blank-lines": false, "one-line": [ - true, + false, "check-open-brace", "check-catch", "check-else",