mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-03-31 06:24:07 -04:00
Fixed linter errors
This commit is contained in:
@@ -189,7 +189,7 @@
|
|||||||
"hoist": "never"
|
"hoist": "never"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"@typescript-eslint/no-unnecessary-type-assertion": "error",
|
"@typescript-eslint/no-unnecessary-type-assertion": "off",
|
||||||
"@typescript-eslint/no-unused-expressions": "error",
|
"@typescript-eslint/no-unused-expressions": "error",
|
||||||
"@typescript-eslint/no-unused-vars": "off",
|
"@typescript-eslint/no-unused-vars": "off",
|
||||||
"@typescript-eslint/no-var-requires": "off",
|
"@typescript-eslint/no-var-requires": "off",
|
||||||
|
|||||||
Reference in New Issue
Block a user