Socket
Socket
Sign inDemoInstall

eslint-config-gsandf

Package Overview
Dependencies
225
Maintainers
9
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-gsandf

GS&F's extendable ESLint configuration (full config with dependencies)


Version published
Weekly downloads
29
decreased by-50.85%
Maintainers
9
Install size
5.21 MB
Created
Weekly downloads
 

Changelog

Source

[3.0.0]

Changed

  • no-sparse-arrays has been disabled so code like [1, , 2] is now considered valid
  • prefer-const has been disabled to allow usage of let
  • Upgraded Standard from v14 to v16

Readme

Source

eslint-config-gsandf

GS&F's extendable ESLint configuration (full config with dependencies)

Usage

This file is meant to be part of your .eslintrc* file or package.json.

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

{
  "extends": "gsandf"
}

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