
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
eslint-config-standard-universal
Advanced tools
ESLint configuration for Standard, works universally with JavaScript, TypeScript, Svelte, and more. For browsers, Node.js, and Deno.
ESLint configuration for Standard, works universally with JavaScript, TypeScript, Svelte, and more. For browsers, Node.js, and Deno.
// eslint.config.js
import config from 'eslint-config-standard-universal'
import tseslint from 'typescript-eslint'
import globals from 'globals'
export default tseslint.config(
...config(globals.node),
{
languageOptions: {
parserOptions: {
tsconfigRootDir: import.meta.dirname
}
},
}
)
tsconfigRootDir is required for the svelte plugin. Globals are optional, as by default the config imports globals for browser, if you however want to override it with globals for NodeJS/Deno/Bun or other runtimes you can pass them as an argument.
FAQs
ESLint configuration for Standard, works universally with JavaScript, TypeScript, Svelte, and more. For browsers, Node.js, and Deno.
The npm package eslint-config-standard-universal receives a total of 84 weekly downloads. As such, eslint-config-standard-universal popularity was classified as not popular.
We found that eslint-config-standard-universal demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.