Skip to content

Commit

Permalink
removed tslint directive & component selector rules
Browse files Browse the repository at this point in the history
atm it's not possible to keep just part of the selector validating rules - mgechev/codelyzer#192
  • Loading branch information
zurfyx committed Nov 29, 2017
1 parent 73feea5 commit 5a81449
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,6 @@
"check-separator",
"check-type"
],
"directive-selector": [
true,
"attribute",
"app",
"camelCase"
],
"component-selector": [
true,
"element",
"app",
"kebab-case"
],
"angular-whitespace": [true, "check-interpolation"],
"no-output-on-prefix": true,
"use-input-property-decorator": true,
Expand Down

0 comments on commit 5a81449

Please sign in to comment.