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

eslint-config-gsandf-react

Package Overview
Dependencies
Maintainers
9
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-gsandf-react

GS&F's extendable ESLint configuration (full config with dependencies) for JSX/React projects

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
9
Created
Source

eslint-config-gsandf-react

GS&F's extendable ESLint configuration (full config with dependencies) for JSX/React projects

Usage

This file is meant to be part of your .eslintrc* file or package.json. This is a batteries-included install, so all dependencies are included.

To use this with your package, first install this package, then add the following to your .eslintrc file:

{
  "extends": "gsandf-react"
}

You can override settings from this package by writing them in your own .eslintrc. (See ESLint's rules.)

Install

With either Yarn or npm installed, run one of the following:

# If using Yarn:
yarn add eslint-config-gsandf

# If using npm:
npm install --save eslint-config-gsandf

See Also

License

MIT

FAQs

Package last updated on 28 Jun 2021

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