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-mana
Advanced tools
These are our shared settings for ESLint and Prettier. This ESLint configuration lints and formats our code so it follows our shared style guide. It uses ESLint to lint and fix Javascript, and Prettier to fix issues and format our code consistently.
Install the package with:
yarn add eslint-config-mana --dev
eslint-config-mana
requires you to take care of it's peerDependencies
. Install the correct version of each peerDependencies
package, which are listed with the following command:
npx install-peerdeps --dev eslint-config-mana
Now add eslint-config-mana
to your .eslintrc.js
:
// .eslintrc.js
module.exports = {
extends: ['eslint-config-mana'],
}
This is how you can use or extend the eslint-config-mana
Prettier config in your app:
// .prettierrc.js
module.exports = require('eslint-config-mana/.prettierrc.js')
// or to override specific options
module.exports = {
...require('eslint-config-mana/.prettierrc.js'),
semi: true,
bracketSameLine: false,
}
To publish, simply run npm publish
. Ensure that your NPM_TOKEN
is set in your environment variables. If you don't have access, make sure your npm user has permission to publish to the manafinance
npm organization.
natterstefan/eslint-config-ns
FAQs
Mana ESLint + Prettier configuration
The npm package eslint-config-mana receives a total of 0 weekly downloads. As such, eslint-config-mana popularity was classified as not popular.
We found that eslint-config-mana 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
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.