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.
@opuscapita/eslint-config-opuscapita-bnapp
Advanced tools
OpusCapita Eslint andariel config, following our styleguide
This package is created for andariel services for same eslint settings in services.
Use consistency style for all andariel services.
Add rules for typescript
This eslint-config package handles node.js
and browser
+ React
.
Requires node >= 12.x
Open andariel service
Just put to CLI:
npm i eslint@8.20 --save-dev @opuscapita/eslint-config-opuscapita-bnapp --save-dev @babel/eslint-parser --save-dev eslint-plugin-react@latest --save-dev @babel/preset-env --save-dev eslint-plugin-react-hooks@latest --save-dev @babel/preset-react --save-dev @babel/core
remmember to delete other eslint-configs if instaled in service:
npm uninstall @opuscapita/eslint-config
npm uninstall eslint-config-opuscapita
create .eslintrc
file and paste it:
{
"extends": ["@opuscapita/opuscapita-bnapp"]
}
if you added and installed eslint, use commands below in CLI:
npx eslint src --ext .js,.jsx
- check .js and .jsx files with eslint (src = folderName)
npx eslint src --ext .js,.jsx --fix
- check & fix(overwrite) .js and .jsx files with eslint
remmember to check and test changes!
install Eslint >= 2.2.6
in settings.json
set
"eslint.workingDirectories": [{ "mode": "auto" }],
"eslint.runtime": "",
"eslint.alwaysShowStatus": true,
"eslint.debug": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.nodeEnv": "",
"eslint.useESLintClass": true,
"eslint.onIgnoredFiles": "warn",
"eslint.execArgv": null,
"eslint.validate": [
"javascript",
"javascriptreact",
]
rule handling:
2 = "error"
1 = "warning"
0 = "off"
This repo is inspired by the OpusCapita/eslint-config
FAQs
OpusCapita Eslint andariel config, following our styleguide
The npm package @opuscapita/eslint-config-opuscapita-bnapp receives a total of 84 weekly downloads. As such, @opuscapita/eslint-config-opuscapita-bnapp popularity was classified as not popular.
We found that @opuscapita/eslint-config-opuscapita-bnapp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.