mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 20:05:39 +00:00
upgraded eslint, defined new rules & added ignore comments
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
try {
|
||||
validate();
|
||||
} catch (error) {
|
||||
console.log("not valid!"); // eslint-disable-line no-console
|
||||
console.log("not valid! error:", error); // eslint-disable-line no-console
|
||||
}
|
||||
|
||||
// const body: ResetPasswordPayload = {
|
||||
|
||||
Reference in New Issue
Block a user