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-true
Advanced tools
ESLint shareable config for True
$ npm install --save-dev eslint eslint-config-true
For the esnext
version you'll also need Babel's ESLint parser and plugin:
$ npm install --save-dev babel-eslint eslint-plugin-babel
For react
, you will also need eslint-plugin-react
:
$ npm install --save-dev eslint-plugin-react
Add some ESLint config to your package.json
:
{
"name": "my-awesome-project",
"eslintConfig": {
"extends": "true"
}
}
Or to .eslintrc
:
{
"extends": "true"
}
Supports parsing ES2015, but doesn't enforce it by default.
This package also exposes xo/esnext
if you want ES2015+ rules:
{
"extends": "true/esnext"
}
And true/browser
if you're in the browser:
{
"extends": "true/browser"
}
And true/react
if you want React application to be linted:
{
"extends": "true/react"
}
Or have multiple configs together:
{
"extends": [
"true", // base
"true/esnext", // ES6/7
"true/react" // React/JSX
]
}
MIT © True
FAQs
ESLint shareable config for True
The npm package eslint-config-true receives a total of 4 weekly downloads. As such, eslint-config-true popularity was classified as not popular.
We found that eslint-config-true demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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 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.