Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Commit 16a64cc

Browse files
authored
feat(core): update rules [email protected] (#58)
* feat(core): update rules [email protected] * feat(core): update rules [email protected]
1 parent b910e42 commit 16a64cc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you want to file a bug, contribute some code, or improve documentation, pleas
4545
## <a name="license"></a> License
4646
The MIT License (MIT)
4747

48-
Copyright (c) 2018 [Burak Tasci]
48+
Copyright (c) 2019 [Burak Tasci]
4949

5050
[TSLint]: https://github.com/palantir/tslint
5151
[codelyzer]: https://github.com/mgechev/codelyzer

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"peerDependencies": {
4040
"codelyzer": "^5.0.0",
41-
"tslint": ">=5.19.0"
41+
"tslint": ">=5.20.0"
4242
},
4343
"husky": {
4444
"hooks": {

tslint.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@
3636
],
3737
"static-this": true,
3838
"no-this-assignment": true,
39-
"unnecessary-constructor": true,
39+
"unnecessary-constructor": [
40+
true,
41+
{
42+
"check-super-calls": true
43+
}
44+
],
4045
"no-duplicate-super": true,
4146
"new-parens": true,
4247
"no-misused-new": true,

0 commit comments

Comments
 (0)