AtomLinter/linter-coffeelint

Restore the Coffeelint Config Path option

Closed this issue · 1 comments

Original coffeelint can set specify a custom configuration file with a -f option.

But linter-coffeelint hasn't been able to do that since fe160ba.

Why?

I hope to restore the Coffeelint Config Path option.

The commit you linked to has your answer.

Your configuration belongs in your project, not your editor.

https://github.com/clutchski/coffeelint/blob/master/doc/user.md

You can either place coffeelint.json in your project (usually the root) or you can have a global one in whatever your OS's version of $HOME/coffeelint.json is.