infinitered / reactotron

A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
https://docs.infinite.red/reactotron/
MIT License
14.69k stars 935 forks source link

eactotron/no-tron-in-production not working with curly braces and new lines #1441

Open otusweb opened 4 months ago

otusweb commented 4 months ago

The following code passes validation: if (__DEV__) console.tron.log?.(combinedMessage)

But if (__DEV__) { console.tron.log?.(combinedMessage)} fails so does

    if (__DEV__) {
      console.tron.log?.(combinedMessage)
    }

eslint-plugin-reactotron 0.1.2