
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-peopledoc
Advanced tools
eslint-config-peopledoc
JavaScript linting rules for PeopleDoc.
In your project, remove exisiting ESLint's plugins or configuration, then:
# with npm
npm install --save-dev eslint-config-peopledoc
# or with yarn
yarn add eslint-config-peopledoc --dev
If you add this configuration to a project using Ember, you need to install @babel/core
, @babel/eslint-parser
and @babel/plugin-proposal-decorators
:
# with npm
npm install eslint @babel/core @babel/eslint-parser @babel/plugin-proposal-decorators --save-dev
# or with yarn
yarn add eslint @babel/core @babel/eslint-parser @babel/plugin-proposal-decorators -D
In your project, edit your eslint
configuration to extend peopledoc
ESLint config:
module.exports = {
root: true,
extends: ['peopledoc'],
rules: {}
}
Preset configurations are available for:
Vanilla JS:
extends: ['peopledoc']
Ember Application:
extends: ['peopledoc/ember']
Ember Addon:
extends: ['peopledoc/ember-addon']
ES5 only
extends: ['peopledoc/es5']
Prettier
extends: ['peopledoc/prettier']
We recommend to use eslint . --fix
.
edouard-lopez |
GreatWizard |
MrChocolatine |
yonmey |
ryuran |
xcambar |
ndekeister-us |
yonmey |
KamiKillertO |
njoyard |
Pixelik |
saintsebastian |
This project is licensed under the MIT License.
FAQs
JavaScript linting rules used at PeopleDoc
The npm package eslint-config-peopledoc receives a total of 249 weekly downloads. As such, eslint-config-peopledoc popularity was classified as not popular.
We found that eslint-config-peopledoc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.