Browse Source

fix: lint errors

pull/4216/head
mehmet-erim 6 years ago
parent
commit
bd15518234
  1. 2
      npm/ng-packs/tslint.json

2
npm/ng-packs/tslint.json

@ -37,7 +37,7 @@
"import-blacklist": [true, "rxjs/Rx"],
"interface-over-type-literal": true,
"interface-name": [true, "never-prefix"],
"member-access": [true, "no-public"],
"member-access": [false],
"member-ordering": [
true,
{

Loading…
Cancel
Save