Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

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

Open
jitendravyas opened this issue May 11, 2017 · 0 comments
Open

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

jitendravyas opened this issue May 11, 2017 · 0 comments

Comments

@jitendravyas
Copy link

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"
]
},

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant