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

Commit

Permalink
build(npm): update angular and nestjs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Mar 13, 2020
1 parent 32f2f5e commit cb91989
Show file tree
Hide file tree
Showing 6 changed files with 984 additions and 876 deletions.
10 changes: 9 additions & 1 deletion apps/api/tslint.json
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
{ "extends": "../../tslint.json", "rules": {} }
{
"extends": "../../tslint.json",
"rules": {},
"linterOptions": {
"exclude": [
"!**/*"
]
}
}
10 changes: 9 additions & 1 deletion apps/price-search-e2e/tslint.json
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
{ "extends": "../../tslint.json", "rules": {} }
{
"extends": "../../tslint.json",
"rules": {},
"linterOptions": {
"exclude": [
"!**/*"
]
}
}
19 changes: 17 additions & 2 deletions apps/price-search/tslint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "priceSearch", "camelCase"],
"component-selector": [true, "element", "price-search", "kebab-case"]
"directive-selector": [
true,
"attribute",
"priceSearch",
"camelCase"
],
"component-selector": [
true,
"element",
"price-search",
"kebab-case"
]
},
"linterOptions": {
"exclude": [
"!**/*"
]
}
}
10 changes: 9 additions & 1 deletion libs/api-interfaces/tslint.json
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
{ "extends": "../../tslint.json", "rules": {} }
{
"extends": "../../tslint.json",
"rules": {},
"linterOptions": {
"exclude": [
"!**/*"
]
}
}
Loading

0 comments on commit cb91989

Please sign in to comment.