lintをGitHub Actions でするように (#6101)
* package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正
This commit is contained in:
@@ -8,7 +8,7 @@ import { id } from '../id';
|
||||
export class ClipNote {
|
||||
@PrimaryColumn(id())
|
||||
public id: string;
|
||||
|
||||
|
||||
@Index()
|
||||
@Column({
|
||||
...id(),
|
||||
|
Reference in New Issue
Block a user