Skip to content

Commit

Permalink
fix(tslint): clean up tslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jan 18, 2018
1 parent bfbe082 commit 828e4fe
Showing 1 changed file with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"forin": true,
"import-blacklist": [
true,
"rxjs"
"rxjs",
"rxjs/Rx"
],
"interface-over-type-literal": true,
"member-access": false,
Expand Down Expand Up @@ -65,18 +66,27 @@
"typeof-compare": true,
"unified-signatures": true,
"variable-name": false,
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type"
],
"directive-selector": [
true,
"attribute",
"<%= prefix %>",
"app",
"camelCase"
],
"component-selector": [
true,
"element",
"<%= prefix %>",
"app",
"kebab-case"
],
"no-output-on-prefix": true,
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"use-host-property-decorator": true,
Expand All @@ -86,9 +96,6 @@
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true,
"no-access-missing-member": true,
"templates-use-public": true,
"invoke-injectable": true,

"nx-enforce-module-boundaries": [
true,
Expand Down

0 comments on commit 828e4fe

Please sign in to comment.