Address linting issues

This commit is contained in:
mark
2023-01-02 08:30:39 +01:00
parent f31f67bc38
commit fc98cb27cb
7 changed files with 8 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ const addCopyButtons = (clipboard) => {
button.innerHTML = svgCheck
setTimeout(() => (button.innerHTML = svgCopy), 2000)
},
// eslint-disable-next-line n/handle-callback-err
(error) => (button.innerHTML = 'Error')
)
})