
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@extensionengine/eslint-config
Advanced tools
This package provides Extension Engine's extensible ESLint config.
Package contains two shared ESLint configs:
This is default configuration supporting both server & Vue powered client codebases.
This is base configuration without Vue specific rules.
Use install-peerdeps
npx install-peerdeps --dev @extensionengine/eslint-config
or the classic way:
npm install --save-dev eslint @extensionengine/eslint-config @babel/eslint-parser @babel/eslint-plugin eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-require-sort eslint-plugin-vue eslint-config-standard eslint-config-semistandard
@extensionengine/eslint-config in your projectIn your local .eslintrc.* extend this configuration
'use strict';
module.exports = {
root: true,
extends: '@extensionengine'
};
If you don't need Vue you can use base configuration:
'use strict';
module.exports = {
root: true,
extends: '@extensionengine/eslint-config/base'
};
Check ESlint documentation for rules explanation.
If you are using this config in your project you can include this badge in a readme to let people know that your code is using it.
[](https://github.com/ExtensionEngine/eslint-config)
FAQs
Extension Engine's ESLint config
We found that @extensionengine/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.