Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
eslint-config-powel
Advanced tools
ESLint configuration presets for Powel projects.
npm i -D eslint eslint-config-powel eslint-config-semistandard
Add to your .eslintrc
{
"extends": "powel"
}
To use the Babel rule set:
npm i -D eslint eslint-config-powel babel-eslint eslint-plugin-babel
Add this to your .eslintrc
:
{
"extends": "powel/babel"
}
To use the flow rule set:
npm i -D eslint eslint-config-powel babel-eslint eslint-plugin-flowtype eslint-plugin-flowtype-errors
Add this to your .eslintrc
:
{
"extends": "powel/flow"
}
To use the React rule set:
npm i -D eslint eslint-config-powel eslint-plugin-react
Add this to your .eslintrc
:
{
"extends": "powel/react"
}
To use the eslint-plugin-import
rule set:
npm i -D eslint eslint-config-powel eslint-plugin-import
Add this to your .eslintrc
:
{
"extends": "powel/import"
}
You can use any combination of these presets.
Install the dependencies:
npm i -D eslint eslint-config-powel eslint-config-semistandard babel-eslint eslint-plugin-babel eslint-plugin-flowtype eslint-plugin-flowtype-errors eslint-plugin-import eslint-plugin-react
.eslintrc
:
{
"extends": [
"powel",
"powel/babel",
"powel/flow",
"powel/import",
"powel/react"
],
"rules": {
// custom tweaks
}
}
FAQs
Powel ESLint configs
The npm package eslint-config-powel receives a total of 92 weekly downloads. As such, eslint-config-powel popularity was classified as not popular.
We found that eslint-config-powel 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.