Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@twostoryrobot/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twostoryrobot/eslint-config

Two Story Robot eslint configuration

  • 3.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

npm (scoped)

TSR eslint

The Two Story Robot sharable eslint configuration so you can lint like us.

Usage

First, install the package:

npm install --save-dev @twostoryrobot/eslint-config

Then, add @twostoryrobot or @twostoryrobot/eslint-config/react to the extends of your .eslintrc.

For example, for server side apps, you can create an .eslintrc.js file:

module.exports = {
  extends: ['@twostoryrobot']
}

Or, for web apps that use create-react-app, you can edit the existing eslintConfig key generated by CRA in package.json:

"eslintConfig": {
  "extends": [
    "react-app",
    "react-app/jest",
    "@twostoryrobot/eslint-config/react"
  ]
}

FAQs

Package last updated on 24 Jan 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc