Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@ultimaker/stylelint-config

Package Overview
Dependencies
Maintainers
6
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ultimaker/stylelint-config

Mostly sane Stylelint rules for Ultimaker web-based projects

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
6
Created
Source

Ultimaker stylelint config

This package contains mostly sane linting rules for both CSS and SCSS files for Ultimaker web-based projects.

These linting rules are set up to allow the writing of consistent, readable, and simple CSS or SCSS.

Usage

To use these linting rules, create a file called .stylelintrc.js in the root of your project.

To lint CSS files, add the following:

module.exports = {
    extends: "@ultimaker/stylelint-config"
};

To lint SCSS files, add the following:

module.exports = {
    extends: "@ultimaker/stylelint-config/scss"
};

Publishing

Publishing works the same way as we have implemented in stardust-web.

Keywords

ultimaker

FAQs

Package last updated on 23 Nov 2021

Did you know?

Socket

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