Skip to content

Commit 8a1dc67

Browse files
Added src/lib/console/fixtures/monitor-data.ts to the ignores list
* it's 5000 lines of fake monitor data for testing, was generating 2300 warnings after eslint upgrade
1 parent 3a36de2 commit 8a1dc67

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

clients/web/src/lib/console/fixtures/monitor-data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Since this is fake monitor data for a test we don't care about linter warnings */
22
/* eslint-disable @typescript-eslint/no-explicit-any */
3-
/* eslint-disable @typescript-eslint/no-unused-vars */
43

54
export const fakeMonitorData: any = {
65
health: 1,

0 commit comments

Comments
 (0)