Socket
Socket
Sign inDemoInstall

@zapier/eslint-plugin-zapier

Package Overview
Dependencies
330
Maintainers
167
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zapier/eslint-plugin-zapier

shareable zapier eslint config and custom rules


Version published
Maintainers
167
Created

Readme

Source

eslint-plugin-zapier

Shareable recommended rule configuration and custom rules for internal Zapier usage.

This package is owned and maintained by the foundations team (#team-foundations).

Usage

Add @zapier/zapier to the plugins and extends section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["@zapier/zapier"],
  "extends": ["plugin:@zapier/zapier/config"]
}

You may optionally configure any specific rules you want to override under the rules section:

{
  "rules": {
    "semi": "off"
  }
}

Versioning Policy

eslint-plugin-zapier follows a semantic versioning policy along the lines of ESLint's semver policy:

Major releases: In general, any change that could cause more errors to be reported on the consumer's CI should be considered a major release. Examples:

  • adding new rules that are on by default in one of the presets
  • changing existing rules, if it causes more errors

Minor releases:

  • disabling or removing rules (less linting errors reported)
  • changing existing rules, if it doesn't cause more errors
  • adding new rules, if they are not on by default in any preset

Patch releases:

  • bug fixes
  • doc changes
  • non user-facing changes

FAQs

Last updated on 23 Mar 2022

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