Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@mands/mns-lint-config
Advanced tools
This repository contains the default linting configuration for any applications making use of JS and sass via eslint and sass-linting
It is very important to avoid cryptic runtime errors due to linting issues, followed by tedious, time consuming debugging.
Accommodating a common coding style using strict linting rules also helps us developers to understand others' code much quicker.
Install the package into your FESK project.
npm install --save-dev @mands/mns-lint-config
Update your lint commands to use the following:
--ESLint--
Append the following to your esw
command:
-c node_modules/@mands/mns-lint-config/eslint.js
--SASSLint-- Append the following to your SASSLint command:
--config node_modules/@mands/mns-lint-config/sass-lint.yml
After you have made your changes in the repo do the following:
FAQs
M&S linting configs for eslint and sass-lint
We found that @mands/mns-lint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.