
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
eslint-plugin-crtex
Advanced tools
fsd rules
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-crtex:
npm install eslint-plugin-crtex --save-dev
or
yarn add eslint-plugin-crtex@0.0.2 -D
In your configuration file, import the plugin eslint-plugin-crtex and add crtex to the plugins key:
import crtex from "eslint-plugin-crtex";
export default [
{
plugins: {
crtex
}
}
];
Then configure the rules you want to use under the rules key.
import crtex from "eslint-plugin-crtex";
export default [
{
plugins: {
crtex
},
rules: {
"crtex/rule-name": "warn"
}
}
];
FAQs
fsd rules
The npm package eslint-plugin-crtex receives a total of 4 weekly downloads. As such, eslint-plugin-crtex popularity was classified as not popular.
We found that eslint-plugin-crtex 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.