You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@applint/stylelint-config

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applint/stylelint-config

阿里巴巴大淘宝前端 Stylelint 可共享配置。

1.0.2
latest
Source
npmnpm
Version published
Maintainers
2
Created
Source

@applint/stylelint-config

遵循 阿里巴巴大淘宝前端 CSS 编码规范 的 Stylelint 可共享配置。

安装

npm install stylelint stylelint-scss --save-dev

使用

创建一个 .stylelintrc.js 文件加入以下配置:

// .stylelintrc.js
module.exports = {
  extends: ['@applint/stylelint-config'],
};

Keywords

stylelint

FAQs

Package last updated on 07 Mar 2022

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