Skip to content

Commit 4280d8c

Browse files
committed
feat(lib): adjusted the tslint.json file
1 parent a50e136 commit 4280d8c

File tree

1 file changed

+2
-2
lines changed
  • projects/angular-material-extensions/algolia

1 file changed

+2
-2
lines changed

projects/angular-material-extensions/algolia/tslint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"directive-selector": [
55
true,
66
"attribute",
7-
"lib",
7+
"mat-algolia",
88
"camelCase"
99
],
1010
"component-selector": [
1111
true,
1212
"element",
13-
"lib",
13+
"mat-algolia",
1414
"kebab-case"
1515
]
1616
}

0 commit comments

Comments
 (0)