Skip to content

Commit 2c7cea8

Browse files
committed
chore: update eslint
1 parent c236217 commit 2c7cea8

File tree

7 files changed

+840
-67
lines changed

7 files changed

+840
-67
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
}
1717
],
1818
"rules": {
19-
"@typescript-eslint/no-explicit-any": "off"
19+
"@typescript-eslint/no-explicit-any": "off",
20+
"no-void": 0
2021
}
2122
}

0 commit comments

Comments
 (0)