1.0.1 โ€ข Published 5 months ago

@xiaohe01/stylelint-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

github stars npm version npm downloads bundle JSDocs License

Xiaohe / github@xiaohe0601 / gitee@xiaohe0601

๐Ÿš Installation

PNPM

pnpm add -D stylelint @xiaohe01/stylelint-config

YARN

yarn add --dev stylelint @xiaohe01/stylelint-config

NPM

npm install -D stylelint @xiaohe01/stylelint-config

๐Ÿ›น Usage

Create stylelint.config.js in your project root

import { defineConfig } from "@xiaohe01/stylelint-config";

export default defineConfig();

Add script for package.json, for example

{
  "scripts": {
    "stylelint": "stylelint **/*.{css,scss,html,vue}",
    "stylelint:fix": "stylelint **/*.{css,scss,html,vue} --fix"
  }
}

For more information, please refer to stylelint.

๐Ÿถ Discussion & Communication

  • โ“๏ผšFor questions or bug feedback, you can submit an issues and PR are welcome
  • ๐Ÿ“ซ๏ผšxiaohe0601@outlook.com
  • ๐Ÿง๏ผšNot yet available

๐Ÿ† License