Skip to content

Commit

Permalink
Updated lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Dec 31, 2018
1 parent 4c7529d commit 646d3f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,27 @@
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/sinon": "^5.0.5",
"@types/sinon": "^7.0.2",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"minicat": "^1.0.0",
"mocha": "^5.1.1",
"npm-run-all": "^4.1.3",
"npm-run-all": "^4.1.5",
"nyc": "^13.1.0",
"replace-in-file": "^3.4.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"sinon": "^7.2.2",
"source-map-support": "^0.5.6",
"terser-webpack-plugin": "^1.1.0",
"terser-webpack-plugin": "^1.2.1",
"ts-node": "^7.0.0",
"tslint": "^5.11.0",
"tslint": "^5.12.0",
"tslint-eslint-rules": "^5.3.1",
"tslint-microsoft-contrib": "^5.1.0",
"tslint-microsoft-contrib": "^6.0.0",
"typedoc": "^0.13.0",
"typedoc-plugin-markdown": "^1.1.18",
"typescript": "^3.1.6",
"webpack": "^4.25.1",
"typedoc-plugin-markdown": "^1.1.20",
"typescript": "^3.2.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2"
}
}
5 changes: 3 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
"order": "fields-first"
}
],
"missing-jsdoc": true,
"mocha-unneeded-done": true,
"newline-per-chained-call": false,
"new-parens": true,
Expand Down Expand Up @@ -337,6 +336,8 @@
}
],
"file-name-casing": false,
"no-unused-variable": false
"no-unused-variable": false,
"unnecessary-constructor": false,
"ban-ts-ignore": false
}
}

0 comments on commit 646d3f3

Please sign in to comment.