Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
test: remove reprecated/removed tslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
hlovdal committed Jun 21, 2020
1 parent 68dbfff commit 4e939d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nativescript-angular/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"rules":{
"directive-selector": [true, "attribute", "ns", "camelCase"],
"component-selector": [true, "element", "", "camelCase"],
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"no-inputs-metadata-property": true,
"no-outputs-metadata-property": true,
"no-input-rename": true,
"no-output-rename": true,
"use-pipe-transform-interface": true,
"pipe-naming": [true, "camelCase", "ns"],
"component-class-suffix": true,
"directive-class-suffix": true,
"member-access": false,
Expand Down Expand Up @@ -60,7 +59,6 @@
"no-string-literal": false,
"no-switch-case-fall-through": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-var-keyword": true,
"radix": false,
"switch-default": true,
Expand Down

0 comments on commit 4e939d3

Please sign in to comment.