Socket
Socket
Sign inDemoInstall

@springernature/sasslint-config

Package Overview
Dependencies
0
Maintainers
11
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @springernature/sasslint-config

Sass Lint shareable config used at Springer Nature


Version published
Weekly downloads
1.9K
decreased by-12.58%
Maintainers
11
Install size
5.50 kB
Created
Weekly downloads
 

Changelog

Source

1.2.1 (2020-09-30)

  • BUG: now ignore node_modules folders

Readme

Source

sasslint-config-springernature

NPM version

Sass Lint shareable config used at Springer Nature

Requirements

This package requires sass-lint version 1.12 or greater.

Installation

  1. Install sass-lint to your devDependencies
npm install --save-dev sass-lint
  1. Install this sasslint-config to your devDependencies
npm install --save-dev @springernature/sasslint-config
  1. Add the sasslintConfig option to your package.json file, and point it to the shared .sass-lint.yml
{
  "name": "my-project",
  "version": "1.0.0",
  "sasslintConfig": "./node_modules/@springernature/sasslint-config/config/.sass-lint.yml"
}
  1. Run sass-lint without specifiying a config
sass-lint './scss/*.scss'

Contributing

This package is used by many active Springer Nature projects. We always welcome issues and pull requests, but we may not always be able to merge your suggestions.

If we decide that we can't merge your PR or act on your issue, it's nothing personal! We love to see new contributors, and we strive to provide a welcoming and inclusive environment.

Keywords

FAQs

Last updated on 01 Oct 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc