
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
@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 127 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
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.