chore: migrate oxlint disable comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
/* oxlint-disable typescript/no-explicit-any */
|
||||
// We can only detect video/audio files from the extension in the URL.
|
||||
// We ignore MP1 and MP2 (not in active use) and default to video for ambiguous
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ export const markdownItPlugin = (
|
||||
|
||||
const regexp = RegExp("^" + regex.source, flags)
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
const parse = (state: any, silent: boolean): boolean => {
|
||||
const match = regexp.exec(state.src.slice(state.pos))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user