May this be a npm package ?
ilan-schemoul opened this issue · 3 comments
ilan-schemoul commented
Hello,
I think this should be a npm package so Sass lint can have the .yml
file from the npm package.
Obviously we may copy/paste the .yml
file but for well known reasons using npm packages are better than copy pasting needed dependencies (auto updates, more maintainable, better for git etc.)
ljharb commented
You can npm install from git for the time being.
It would make sense to publish it to npm eventually.
ilan-schemoul commented
Okay I was wondering if installing from git was a possibility. But I taught the git repo would need a package.json. So it's an interesting fact.
ilan-schemoul commented
Would you like me to make a PR ?