escapedcat
escapedcat
I think commitlint is usually being used on a *per project* basis. So each project has it's own config. If you want to use it globally like you tried you...
@dexpota I just tried this on a clean Ubuntu VM: ```bash npm install -g @commitlint/config-conventional @commitlint/cli echo "module.exports = {extends: ['@commitlint/config-conventional']}" > ~/.commitlintrc.js echo "hello world" | commitlint ``` Output...
Alright, it's the node version! I used Ubuntu 18.04 with latest npm/node. Sorry for saying *clean*. I should have mentioned that. Is it possible for you to update the node...
@Linyutau there's no timeline. This is more or less blocked by https://github.com/sindresorhus/global-dirs/issues/13
Just to understand this a bit better. You mean a rule could have a fix function as well. So for an easy rule, like "should have empty line before footer"...
Agreed, sounds kinda nice. Not sure if we have time for this though. You would you be able to give a hand with this?
Thanks for your input! Pity the test doesn't work as it should.
> due to existing issue reference Could you link the issue? Thanks! Would you have time and motivation to look into this?
Would need to check, but most important cases are covered by tests™️ . For a start you could just give it a try and see if any tests fail.
Have a look if this related to #3120 or #896