1.2.1 • Published 5 years ago
@springernature/sasslint-config v1.2.1
sasslint-config-springernature
Sass Lint shareable config used at Springer Nature
Requirements
This package requires sass-lint version 1.12 or greater.
Installation
- Install
sass-lintto your devDependencies
npm install --save-dev sass-lint- Install this
sasslint-configto your devDependencies
npm install --save-dev @springernature/sasslint-config- Add the
sasslintConfigoption to yourpackage.jsonfile, 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"
}- Run
sass-lintwithout 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.