New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

stylelint-config-taqu

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-taqu

stylelintconfig

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

项目介绍

该项目为taqu前端项目stylelint完全配置

为了方便一次性导入依赖,故此编写此npm包

使用方式

  • 下载
yarn add stylelint-config-taqu -D
  • 使用
// .cjs 代表一定是CommonJS 模块,可避免 因package.json设置"type": "module" 导致不生效的问题
// stylelint.config.cjs
module.exports = {
  extends: ['stylelint-config-taqu'],
}
  • stylelint ---- 主依赖
  • stylelint-config-standard ---- stylelint的标准可共享配置
  • stylelint-config-recommended-vue ---- 针对.vue的标准可共享配置。
  • stylelint-config-idiomatic-order ---- 此包为支持vue 排序
  • postcss-html ---- 解析类 vue、html 文件标签中的样式
  • postcss-scss ---- 解析<style lang="scss">下的scss样式
  • postcss-less ---- 解析下的scss样式

Keywords

stylelint

FAQs

Package last updated on 30 Jan 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