chore: add eslint

This commit is contained in:
Elias Schneider
2022-10-13 23:57:37 +02:00
parent b57092ce3e
commit 9c3ab1cd25
10 changed files with 113 additions and 153 deletions

View File

@@ -1,5 +1,3 @@
import { IsNotEmpty } from "class-validator";
export class SharePasswordDto {
password: string;
}