
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@zapier/eslint-plugin-zapier
Advanced tools
Shareable recommended rule configuration and custom rules for internal Zapier usage.
This package is owned and maintained by the foundations team (#team-foundations).
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"
}
}
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:
Minor releases:
Patch releases:
FAQs
shareable zapier eslint config and custom rules
The npm package @zapier/eslint-plugin-zapier receives a total of 292 weekly downloads. As such, @zapier/eslint-plugin-zapier popularity was classified as not popular.
We found that @zapier/eslint-plugin-zapier demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 167 open source maintainers collaborating on the project.
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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.