@anthony-ju/stylelint-config

0.4.0 • Public • Published

personal stylelint config for vue

安装

pnpm i -D stylelint @anthony-ju/stylelint-config

使用

创建.stylelintrc文件,并将以下内容添加到文件中:

{
  "extends": "@anthony-ju/stylelint-config"
}

package.json中添加以下内容:

{
  "scripts": {
    "lint:style": "stylelint --fix \"src/**/*.{vue,scss}\"",
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @anthony-ju/stylelint-config

Weekly Downloads

6

Version

0.4.0

License

MIT

Unpacked Size

2.04 kB

Total Files

3

Last publish

Collaborators

  • anthony-ju