Skip to content

ファイルを監視して変更があったら自動で Stylelint で行う CLI です。

License

Notifications You must be signed in to change notification settings

yutahaga/stylelint-watch-autofix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-watch-autofix

ファイルを監視して変更があったら自動で Stylelint で行う CLI です。

Install

npm i @yutahaga/stylelint-watch-autofix -D

Usage

In package.json

{
  "scripts": {
    "stylelint-watch": "stylelint-watch-autofix css \"src/**/*.{css,vue}\""
  }
}

About

ファイルを監視して変更があったら自動で Stylelint で行う CLI です。

Resources

License

Stars

Watchers

Forks

Packages

No packages published