Socket
Socket
Sign inDemoInstall

eslint-config-gsandf-react

Package Overview
Dependencies
262
Maintainers
9
Versions
9
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
19
decreased by-55.81%
Maintainers
9
Install size
12.1 MB
Created
Weekly downloads
 

Changelog

Source

[3.0.0] - 2021-06-28

Added

  • react/jsx-key for missing key prop

Changed

Readme

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

Last updated on 28 Jun 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc