Skip to content

Commit 49704c7

Browse files
committed
Merge remote-tracking branch 'tannerlinsley/master' into alpha
2 parents 6e4ebec + ba09e16 commit 49704c7

File tree

5 files changed

+87
-56
lines changed

5 files changed

+87
-56
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"sourceType": "module"
1717
},
1818
"rules": {
19+
"react/jsx-key": ["error", { "checkFragmentShorthand": true }],
1920
"@typescript-eslint/ban-types": "off",
2021
"@typescript-eslint/ban-ts-comment": "off",
2122
"@typescript-eslint/explicit-module-boundary-types": "off",

0 commit comments

Comments
 (0)