palantir / tslint-react

:orange_book: Lint rules related to React & JSX for TSLint.
Apache License 2.0
749 stars 76 forks source link

bug jsx key misses this check #187

Closed jasongornall closed 5 years ago

jasongornall commented 6 years ago
                                    {([]).map((section, i) => (
                                        <div
                                            wakka="1"
                                        />
                                    ))}

this seems to miss the key check