-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configuration example #24
Comments
Do you still have the problem above? I have currently working settings, with 'standard' running as the linter in Sublime Text 3. What I noticed is that the .sublimelinterrc file doesn't have anything related to 'standard' linter. The settings seem to be instead in the User-specific settings file, under (I have Ubuntu so the path's beginning parts might vary a bit depending on what OS is used) 'standard' should be fine for the Standard linter - just make sure you got it already in the system, as a global package (ie, in shell, you've done a Any help? |
here is my config
|
Having standard installed globally, or even better, not installed globally and installed locally to the project as a devDependency is enough for the linter to find it. |
iirc most of that config was generated automatically. |
It'd be helpful to provide an example
.sublimelinterrc
For example, I'm not sure what word to use in the js object for "linters". I've tried "standard" with no success. thanks.
The text was updated successfully, but these errors were encountered: