SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
440 stars 64 forks source link

Need a coffeelint configuration file preference #110

Closed maliberty closed 11 years ago

maliberty commented 11 years ago

I don't see any way to specify a configuration file to use when coffeelint is invoked. It would be great to have a preference or other mechanism to do so.

lavrton commented 11 years ago

via: https://github.com/aponxi/sublime-better-coffeescript/commit/aea4d4dfc05ae17bceee9ff1e3308d05606f85d8

Best use case - set conf file in your project settings:

"settings":
    {
        "CoffeeScript":
        {
            "lintConfFile" : "path/to/configuration/coffeelint.json"
        }
        }