Skip to content

Commit d5ce0a6

Browse files
committed
chore(tslint): remove undefined rules
1 parent c571a13 commit d5ce0a6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
###### `v2.Next`
44
- refactor(app.routing): lazy loading via dynamic import()
55
- refactor(tsconfig): "module: "esnext", "target": "es6"
6+
- chore(tslint): remove undefined rules
67
- update: Angular to `v8.0.0-rc-2`
78
- update: `@angular/animations` to `^8.0.0-rc.2`
89
- update: `@angular/common` to `^8.0.0-rc.2`

tslint.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@
129129
"kebab-case"
130130
],
131131
"no-output-on-prefix": true,
132-
"use-input-property-decorator": true,
133-
"use-output-property-decorator": true,
134-
"use-host-property-decorator": true,
135132
"no-input-rename": true,
136133
"no-output-rename": true,
137134
"use-life-cycle-interface": true,

0 commit comments

Comments
 (0)