Skip to content

Commit b9fa34a

Browse files
gabrieljablonskidanielbarion
authored andcommitted
refactor: ignore any warning
1 parent 0c5046a commit b9fa34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/handle-style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const REACT_TOOLTIP_CORE_STYLES_ID = 'react-tooltip-core-styles'
33
// This is the ID for the visual styles of ReactTooltip
44
const REACT_TOOLTIP_BASE_STYLES_ID = 'react-tooltip-base-styles'
55

6-
// eslint-disable-next-line @typescript-eslint/no-explicit-any, default-param-last
76
function injectStyle({
87
css,
98
id = REACT_TOOLTIP_BASE_STYLES_ID,
@@ -13,6 +12,7 @@ function injectStyle({
1312
css: string
1413
id?: string
1514
type?: string
15+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
1616
ref?: any
1717
}) {
1818
if (type === 'core' && process.env.REACT_TOOLTIP_DISABLE_CORE_STYLES) {

0 commit comments

Comments
 (0)