CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.76k stars 483 forks source link

add yarn lock and update npm lock #716

Closed shavidzet closed 6 years ago

shavidzet commented 6 years ago

To have a yarn package manager and yarn.lock file in project is very important.

Also there were old packages which I updated and want to review and merge this pull request.

thecotne commented 6 years ago

you don't need more than one lock file

ether yarn.lock or package-lock.json will not be used

shavidzet commented 6 years ago

@thecotne what's problem to use both package managers?

thecotne commented 6 years ago

you can't use both package managers

npm doesn't give a fuck about yarn.lock and yarn on the other hand does not care about package-lock.json

now you need to deal with updating both lock files when you update any dependency

shavidzet commented 6 years ago

@thecotne I've got your opinion ✌️ 🌴 🌴

shavidzet commented 6 years ago

fixed and used only yarn 37963355d5f4aa8c8f6e796d19496746d27401c5