mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
fix(lint): remove redundant rules for I/O renaming
renaming of I/O is required for readable two-way data binding
This commit is contained in:
parent
f223d10e5e
commit
35e377093a
1 changed files with 0 additions and 2 deletions
|
|
@ -119,8 +119,6 @@
|
|||
"use-output-property-decorator": true,
|
||||
"use-host-property-decorator": true,
|
||||
"no-attribute-parameter-decorator": true,
|
||||
"no-input-rename": true,
|
||||
"no-output-rename": true,
|
||||
"no-forward-ref": true,
|
||||
"use-life-cycle-interface": true,
|
||||
"use-pipe-transform-interface": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue