Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
eslint-config-muriki
Advanced tools
My extensive, opinionated ESLint config.
npm install --save-dev eslint eslint-config-muriki
Create your .eslintrc.js
file.
module.exports = {
extends: [
'muriki'
]
}
Muriki config is split up in different modules you can combine as you need them.
module.exports = {
extends: [
'muriki',
// environments
'muriki/env/browser',
'muriki/env/bundled', // for bundled JavaScript, include after browser for looser rules
'muriki/env/common-js', // node-ish environments, base for node and bundled
'muriki/env/node', // extends node-ish
'muriki/env/node-script', // extends node - some rules loosened up
'muriki/env/test', // loosen up some rules, import after node/browser
// node version
'muriki/es/2015', // rules specific for es2015
'muriki/es/2015-node4', // rules specific for es2015 as in Node4
'muriki/es/2016', // rules specific for es2016
'muriki/es/2017', // rules specific for es2017
'muriki/es/modules', // rules for es modules
// plugins
'muriki/plugins/jasmine', // rules for jasmine
'muriki/plugins/react', // rules for react
// presets
'muriki/presets/node', // includes muriki, env/node, es/2015
'muriki/presets/test', // includes muriki, env/node, es/2015, env/test
'muriki/presets/jest', // includes muriki, env/node, es/2015, env/test, plugins/jasmine
]
}
FAQs
My extensive, opinionated ESLint config.
The npm package eslint-config-muriki receives a total of 18 weekly downloads. As such, eslint-config-muriki popularity was classified as not popular.
We found that eslint-config-muriki demonstrated a not healthy version release cadence and project activity because the last version was released 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
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.