Socket
Book a DemoInstallSign in
Socket

@extensionengine/stylelint-config

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extensionengine/stylelint-config

Extension Engine's Stylelint config

3.0.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
6
Weekly downloads
 
Created
Source

@extensionengine/stylelint-config

circleci build
status npm package
version github
license js @extensionengine
style

This package provides Extension Engine's extensible Stylelint config.

Usage

Package contains two shared Stylelint configs:

@extensionengine/stylelint-config

This is default configuration supporting css, scss and Vue.

@extensionengine/stylelint-config/base

This is base configuration without Vue specific rules.

Install

Use install-peerdeps

npx install-peerdeps -D @extensionengine/stylelint-config

or the classic way:

npm install --save-dev postcss-html postcss-scss stylelint @extensionengine/stylelint-config

Using @extensionengine/stylelint-config in your project

In your local stylelint.config.js extend this configuration

'use strict';

module.exports = {
  extends: '@extensionengine/stylelint-config'
};

If you don't need Vue you can use base configuration:

'use strict';

module.exports = {
  extends: '@extensionengine/stylelint-config/base'
};

Check stylelint documentation for rules explanation.

Badge

If you are using this config in your project you can include this badge in a readme to let people know that your code is using it.

style @extensionengine
style

[![style @extensionengine style](https://badgen.net/badge/stylelint/@extensionengine/black)](https://github.com/ExtensionEngine/stylelint-config)

Keywords

config

FAQs

Package last updated on 11 Jul 2023

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.