perfectionist icon indicating copy to clipboard operation
perfectionist copied to clipboard

How to make it work with lint-stage+pre-commit?

Open jitendravyas opened this issue 7 years ago • 0 comments

I tried this but it's not working

  "lint-staged": {
    "*.scss": [
      "perfectionist",
      "stylelint --syntax scss",
      "git add"
    ]
  },

But stylefmt works

"lint-staged": { "*.scss": [ "stylefmt", "stylelint --syntax scss", "git add" ] },

jitendravyas avatar May 11 '17 07:05 jitendravyas