diff --git a/package.json b/package.json index 2a031ca4..672255af 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", "lint": "tslint -p tsconfig.json -c tslint.json", + "tslint-check": "tslint-config-prettier-check ./tslint.json", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", diff --git a/tslint.json b/tslint.json index ea8a5b50..0276a05d 100644 --- a/tslint.json +++ b/tslint.json @@ -5,10 +5,8 @@ "no-unused-expression": true }, "rules": { - "quotemark": [true, "single"], "member-access": [false], "ordered-imports": [false], - "max-line-length": [true, 150], "member-ordering": [false], "interface-name": [false], "arrow-parens": false,