ci: enable code lint check (#186)

* ci: enable code lint check

* chore(deps): update and fix eslint & prettier versions
This commit is contained in:
Vojtech Simetka
2021-08-25 16:14:09 +02:00
committed by GitHub
parent 1f8f890ff7
commit 766fe96d1c
7 changed files with 546 additions and 256 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ declare module 'react-identicons' {
getColor?: () => string
}
const Identicon = (props: Props): JSXElementConstructor => ReactNode
const Identicon = (props: Props): JSXElementConstructor => ReactNode //eslint-disable-line @typescript-eslint/no-unused-vars
export default Identicon
}