mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 09:35:02 +00:00
Run prettier and check tslint on entire codebase
Mainly to run these checks for the recent pull requests.
This commit is contained in:
parent
1c0f69e80a
commit
3d40783ae1
15 changed files with 89 additions and 60 deletions
|
@ -16,5 +16,5 @@ export class Reminder {
|
|||
|
||||
@Column() body: string;
|
||||
|
||||
@Column() created_at: string
|
||||
@Column() created_at: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue