1.0.1 • Published 1 year ago

@weglowdev/stylelint-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@weglowdev/stylelint-config

Installation

pnpm add -D @weglowdev/stylelint-config stylelint

Usage

package.json의 scripts 속성에 다음을 추가해주세요.

{
  "lint:style": "stylelint './**/*.{js,ts,tsx,css}'",
  "lint:style:fix": "stylelint './**/*.{js,ts,tsx,css}' --fix"
}

.stylelintrc 파일을 생성하고 다음을 추가해주세요.

{
  "extends": ["@weglowdev/stylelint-config"]
}
1.0.1

1 year ago

1.0.0

1 year ago