0.2.10 • Published 2 months ago

@anthony-ju/stylelint-config v0.2.10

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

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}\"",
  }
}
0.2.10

2 months ago

0.2.9

3 months ago

0.2.7

4 months ago

0.2.8

4 months ago

0.2.6

4 months ago

0.2.5

5 months ago

0.2.4

5 months ago

0.2.3

5 months ago

0.2.2

6 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.1

11 months ago

0.1.0

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago