
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
eslint-plugin-extendscript-plus
Advanced tools
polyfill global variables & provide some awesome rules
npm install eslint-plugin-extendscript-plus -D
# pnpm
pnpm add eslint-plugin-extendscript-plus -D
# pnpm monorepo
pnpm -w add eslint-plugin-extendscript-plus -D
Add extendscript-plus to the plugins section of your .eslintrc configuration file.
{
"extends": [...others, "plugin:extendscript-plus/photoshop"]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"extendscript-plus/no-let": 0
}
}
Each rule has emojis denoting:
--fix command line option| Name                                        | Description | ✅ | 🔧 | 💡 |
|---|---|---|---|---|
| no-let | Improve regexes by making them shorter, consistent, and safer. | âś… | đź”§ | |
| no-console | Enforce a specific parameter name in catch clauses. | âś… | đź”§ | |
| no-arrow-func | Use destructured variables over properties. | âś… | đź”§ | |
| no-property-shorthand | Move function definitions to the highest possible scope. | âś… | đź”§ |
I learn a lot from these awesome projects:
FAQs
polyfill global variables & provide some awesome rules
The npm package eslint-plugin-extendscript-plus receives a total of 1 weekly downloads. As such, eslint-plugin-extendscript-plus popularity was classified as not popular.
We found that eslint-plugin-extendscript-plus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies