mirror of
https://github.com/polaroi8d/cactoide.git
synced 2026-03-22 06:05:28 +00:00
chore: add linter excludes
This commit is contained in:
@@ -34,8 +34,10 @@
|
||||
eventData = {
|
||||
...eventData,
|
||||
...values,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
attendee_limit: (values as any).attendee_limit
|
||||
? parseInt(String((values as any).attendee_limit))
|
||||
? // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
parseInt(String((values as any).attendee_limit))
|
||||
: null
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user