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

eslint-config-payfit

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-payfit

PayFit ESLint Configuration

  • 3.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
3
Weekly downloads
 
Created
Source

Commitizen friendly

eslint-config-payfit

How to install

npx install-peerdeps --dev eslint-config-payfit

How to use

Required configuration

This configuration adds the common javascript rules. Edit your .eslintrc file:

{
    "extends": ["payfit"]
}

Browser configuration

This configuration adds the common javascript rules and the browser rules (react for example). Edit your .eslintrc file:

{
    "extends": ["payfit", "payfit/react"]
}

Nodejs configuration

This configuration adds the common javascript rules and the nodejs rules. Edit your .eslintrc file:

{
    "extends": ["payfit", "payfit/node"]
}

Testing configuration

This configuration adds the common javascript rules and the jest rules. Edit your .eslintrc file:

{
    "extends": ["payfit", "payfit/jest"]
}

Keywords

FAQs

Package last updated on 14 Jun 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