Skip to content

Commit

Permalink
add no-input-rename lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Oct 3, 2018
1 parent ad2255b commit e01a13b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/core/tslint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tslint.json",
"rules": {
"no-input-rename": false,
"directive-selector": [
true,
"attribute",
Expand Down
1 change: 1 addition & 0 deletions projects/gallerize/tslint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tslint.json",
"rules": {
"no-input-rename": false,
"directive-selector": [
true,
"attribute",
Expand Down
1 change: 1 addition & 0 deletions projects/lightbox/tslint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tslint.json",
"rules": {
"no-input-rename": false,
"directive-selector": [
true,
"attribute",
Expand Down

0 comments on commit e01a13b

Please sign in to comment.