Linter for Electric Imp variety of Squirrel.
Utilizes standard Squirrel compiler binary – sq.
brew install squirrelapm install linter-imp
Install from the Settings pane of Atom by searching for and installing the linter-imp
package.
Or install from terminal with:
apm install linter-imp
In order for plugin to work, sq executable should be available.
OS X
brew install squirrel
Linux, Windows
http://sourceforge.net/projects/squirrel/
$ apm install linter-imp
In order to be able to run the Electric Imp code, shims are automatically added to the source:
[default: "sq"]
Electric Imp uses non-standard Squirrel compiler, so to replicate EI environment this config option can be set to use the specific compiler binary.
[default: true]
If this option is set to true, compiler output and other debug infoirmation will be displayed in developer tools console. Press Ctrl+Cmd+J (OSX) to show the console.
[default: true]
If this option is set to true, EI shims will be incliuded and file will be executed, rather than just compiled. The output will appear in devtools console.
MIT
Mikhail Yurasov mikhail@electricimp.com
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.