It would be nice if we could specify exactly the version of stylelint we want to use within our project. For example I use the version of the stylelint package directly in my package.json to print out warnings/errors, and I want the same version of stylelint when running prettier-stylelint.
Could this be achieved if we changed stylelint to a peerDependency?
It would be nice if we could specify exactly the version of stylelint we want to use within our project. For example I use the version of the stylelint package directly in my package.json to print out warnings/errors, and I want the same version of stylelint when running prettier-stylelint.
Could this be achieved if we changed stylelint to a peerDependency?