Last active
October 17, 2019 06:15
-
-
Save dgowrie/d7b086414141cc91d5f8ef414e20c0cb to your computer and use it in GitHub Desktop.
Sublime Text - SublimeLinter Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SublimeLinter Settings - User | |
| { | |
| "debug": true, | |
| "linters": { | |
| // https://github.com/SublimeLinter/SublimeLinter-eslint/issues/205 | |
| // https://github.com/SublimeLinter/SublimeLinter/blob/master/docs/troubleshooting.rst#on-macos | |
| "eslint": { | |
| "disable": false, | |
| "args": [], | |
| "excludes": [], | |
| "env": { | |
| "PATH": "/usr/local/bin" | |
| } | |
| } | |
| }, | |
| "paths": { | |
| "linux": [], | |
| "osx": [ | |
| "/usr/local/bin/node" | |
| ], | |
| "windows": [] | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
may possibly need
"selector": "source.js, meta.class.js"(with whatever source types) in"eslint: {...}Tools > Developer > Show Scope Name