
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
eslint-config-mulesoft-base
Advanced tools
Mulesoft's base JS ESLint config, following our styleguide
This package provides Mulesoft's base JS .eslintrc as an extensible shared config.
We export two ESLint configurations for your usage.
Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint and eslint-plugin-import.
(
export PKG=eslint-config-mulesoft-base;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)
Which produces and runs a command like:
<<<<<<< 017dfa81fa2ffbb191ddb28240aa6098837b8d1b:packages/eslint-config-airbnb-base/README.md
npm install --save-dev eslint-config-airbnb-base eslint@^#.#.# eslint-plugin-import@^#.#.#
=======
npm install --save-dev eslint-config-mulesoft-base eslint@^3.0.1 eslint-plugin-import@^1.10.3
>>>>>>> airbnb -> mulesoft (#1):packages/eslint-config-mulesoft-base/README.md
"extends": "airbnb-base" to your .eslintrcLints ES5 and below. Requires eslint and eslint-plugin-import.
(
export PKG=eslint-config-mulesoft-base;
npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG"
)
Which produces and runs a command like:
npm install --save-dev eslint-config-mulesoft-base eslint@^3.0.1 eslint-plugin-import@^1.10.3
"extends": "mulesoft-base/legacy" to your .eslintrcSee Mulesoft's overarching ESLint config, Mulesoft's Javascript styleguide, and the ESlint config docs for more information.
Consider adding test cases if you're making complicated rules changes, like anything involving regexes. Perhaps in a distant future, we could use literate programming to structure our README as test cases for our .eslintrc?
You can run tests with npm test.
You can make sure this module lints with itself using npm run lint.
FAQs
Mulesoft's base JS ESLint config, following our styleguide
We found that eslint-config-mulesoft-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.