Skip to content

Commit 937d73a

Browse files
committed
fix linting errors
1 parent 0132ba0 commit 937d73a

File tree

5 files changed

+7672
-5994
lines changed

5 files changed

+7672
-5994
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"import/no-self-import": "off",
5151
"import/no-unresolved": "off",
5252
"import/no-useless-path-segments": "off",
53-
"import/order": "off"
53+
"import/order": "off",
54+
"react/no-array-index-key": "off"
5455
}
5556
}

0 commit comments

Comments
 (0)