Skip to content

Commit 294a009

Browse files
committed
Cambios prettier y lint
1 parent 130f568 commit 294a009

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.prettierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"tabWidth": 4,
3+
"useTabs": false
4+
}

projects/ngx-jsonapi-lib/src/lib/decorators/autoregister.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @deprecated since version 3.0.0
33
*/
44
export function Autoregister() {
5-
return (target): any => {
5+
return(target): any => {
66
/**/
7-
};
7+
}
88
}

projects/ngx-jsonapi-lib/src/lib/interfaces/links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export interface ILinks {
44
related?: {
55
href: string;
66
meta: object;
7-
};
7+
}
88
}

0 commit comments

Comments
 (0)