Skip to content

Commit 765fcbe

Browse files
Fix lint
1 parent 6a73a68 commit 765fcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"globals": {
1111
"ReactElement": false,
12-
"ReactClass": false
12+
"ReactClass": false,
1313
"jest": false
1414
}
1515
}

0 commit comments

Comments
 (0)