Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 74271a1

Browse files
committed
fix(react): Remove any requirement
- Issues with dynamic keys, microsoft/TypeScript#21070 - Issues with React.SFC array return type, microsoft/TypeScript#21699
1 parent 86e58ee commit 74271a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

react/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
"jsx-no-multiline-js": false,
1010
"jsx-boolean-value": false,
1111
"react-this-binding-issue": false,
12-
"jsx-wrap-multiline": false
12+
"jsx-wrap-multiline": false,
13+
"no-any": false
1314
}
1415
}

0 commit comments

Comments
 (0)