Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

eslint-plugin-reactotron

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-reactotron

An ESLint plugin for Reactotron.

latest
Source
npmnpm
Version
0.1.9
Version published
Weekly downloads
15K
7.78%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-plugin-reactotron

ESLint plugin containing rules to help with Reactotron code within your project

Installing

npm i --save-dev eslint-plugin-reactotron
# or
yarn add -D eslint-plugin-reactotron

Usage

Modify your plugins and rules inside ./eslintrc or eslintConfig inside package.json

"eslintConfig": {
  "plugins": [
    "reactotron"
  ],
  rules: {
    "reactotron/no-tron-in-production": "error"
  }
}

Rules

no-tron-in-production

Enforces if (__DEV__) around console.tron calls so they are not included in production.

FAQs

Package last updated on 19 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts