
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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
The npm package eslint-config-mulesoft-base receives a total of 93 weekly downloads. As such, eslint-config-mulesoft-base popularity was classified as not popular.
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.