coffee-lint-plugin
coffee-lint-plugin copied to clipboard
Intellij coffee lint plugin
 OSX WebStorm 2018.1.4
My local setup is based on a reproducible development environment (Vagrant), as described here: https://www.jetbrains.com/help/webstorm/2016.1/configuring-node-js-interpreters.html#d28694e466 It would be helpful if the coffee-lint-plugin is able to work with remote node.js interpreters,...
gives following ``` java 3:30:13 PM CoffeeLint plugin: undefined:3 _ = require("underscore") ^ SyntaxError: Unexpected token _ at Object.parse (native) at readConfigFile (/usr/local/lib/node_modules/coffeelint/lib/commandline.js:118:17) at loadConfig (/usr/local/lib/node_modules/coffeelint/lib/commandline.js:126:18) at Object. (/usr/local/lib/node_modules/coffeelint/lib/commandline.js:228:14) at...