Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
@humanmade/eslint-config
Advanced tools
Human Made coding standards for JavaScript.
This package is an ESLint shareable configuration, and requires: babel-eslint
, eslint
, eslint-config-react-app
, eslint-plugin-flowtype
, eslint-plugin-import
, eslint-plugin-jsx-a11y
, eslint-plugin-jsdoc
, eslint-plugin-react
, eslint-plugin-react-hooks
, eslint-plugin-sort-destructure-keys
.
To install this config and the peerDependencies when using npm 5+:
npx install-peerdeps --dev @humanmade/eslint-config@latest
(Thanks to Airbnb's package for the command.)
You can then use it directly on the command line:
./node_modules/.bin/eslint -c @humanmade/eslint-config MyFile.js
Alternatively, you can create your own configuration and extend these rules:
extends:
- @humanmade/eslint-config
If you desire to use TypeScript for your project, you will need to add another dependency:
npm install --save-dev @typescript-eslint/parser
Once it's installed, update your configuration with the parser
parameter:
parser: "@typescript-eslint/parser"
extends:
- @humanmade/eslint-config
When installing globally, you need to ensure the peer dependencies are also installed globally.
Run the same command as above, but instead with --global
:
npx install-peerdeps --global @humanmade/eslint-config@latest
This allows you to use eslint -c humanmade MyFile.js
anywhere on your filesystem.
1.1.3 (February 3, 2021)
FAQs
Human Made Coding Standards for JavaScript.
The npm package @humanmade/eslint-config receives a total of 473 weekly downloads. As such, @humanmade/eslint-config popularity was classified as not popular.
We found that @humanmade/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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 uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.