tweak linting
This commit is contained in:
parent
20b172c842
commit
8f2e48df52
|
|
@ -13,6 +13,7 @@ rules:
|
||||||
'@typescript-eslint/no-unsafe-assignment': off
|
'@typescript-eslint/no-unsafe-assignment': off
|
||||||
'@typescript-eslint/no-unsafe-member-access': off
|
'@typescript-eslint/no-unsafe-member-access': off
|
||||||
'@typescript-eslint/no-unsafe-return': off
|
'@typescript-eslint/no-unsafe-return': off
|
||||||
|
'@typescript-eslint/no-unused-vars': off
|
||||||
'@typescript-eslint/explicit-module-boundary-types': off
|
'@typescript-eslint/explicit-module-boundary-types': off
|
||||||
'@typescript-eslint/no-explicit-any': off
|
'@typescript-eslint/no-explicit-any': off
|
||||||
'@typescript-eslint/ban-ts-comment': off
|
'@typescript-eslint/ban-ts-comment': off
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@ const Show: React.FC = () => {
|
||||||
)
|
)
|
||||||
search.append('uploader', texture.uploader?.toString())
|
search.append('uploader', texture.uploader?.toString())
|
||||||
|
|
||||||
return `${blessing.base_url}/skinlib?${search}`
|
return `${blessing.base_url}/skinlib?${search.toString()}`
|
||||||
})()
|
})()
|
||||||
|
|
||||||
const canEdit = currentUid === texture.uploader || isAdmin
|
const canEdit = currentUid === texture.uploader || isAdmin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user