
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
make-sass-lint-config
Advanced tools
Convert your .scss-lint.yml config file into the equivalent .sass-lint.yml
Convert your .scss-lint.yml config file into the equivalent .sass-lint.yml
The easiest way to use this tool is to simply paste the contents of your .scss-lint.yml file into the demonstration converter at sasstools.github.io/make-sass-lint-config.
$ npm install -g make-sass-lint-config
$ make-sass-lint-config
Usage: make-sass-lint-config [path]
Convert your .scss-lint.yml config file into the equivalent .sass-lint.yml
Options:
-h, --help output usage information
-V, --version output the version number
-o, --output [output] the path and filename where you would like output to be written
var makeSassLintConfig = require('make-sass-lint-config');
var jsyaml = require('js-yaml');
var fs = require('fs');
var scssLintConfigYaml = fs.readFileSync('.scss-lint.yml', 'utf8');
// Parse YAML into an object and get the object representation
// of the sass-lint config
var scssLintConfig = jsyaml.safeLoad(scssLintConfigYaml);
console.log(makeSassLintConfig.convert(scssLintConfig));
// Convert a YAML file and get YAML output
console.log(makeSassLintConfig.convertYaml(scssLintConfigYaml));
Converts a scss-lint config file into a sass-lint config file
scssSettings - Settings parsed from YAMLoptions.debug - include additional debug information in the returned settings object, default falsePerform convert on a string and output the converted yaml
scssSettingsYaml - scss-lint config in YAML formatFAQs
Convert your .scss-lint.yml config file into the equivalent .sass-lint.yml
We found that make-sass-lint-config 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.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.