-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"workspace.name": "ESLint Extension", | ||
"editor.default_syntax": "javascript" | ||
"editor.default_syntax": "javascript", | ||
"workspace.name": "ESLint Extension" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Support | ||
|
||
## I don't have eslint installed in the normal place | ||
|
||
This extension looks for eslint in `$WorkspaceRoot/node_modules`. | ||
|
||
If it's not there (e.g., it's installed globally or in a sub-directory), you can configure it's location in your workspace in the `.nova/Configuration.json` file or globally through your extension settings. Make sure your path is properly escaped! | ||
|
||
```json | ||
{ | ||
"Mecham.ESLint.eslintPath" : "\/Volumes\/Macintosh HD\/Users\/cameronlittle\/Dev\/nova-eslint\/ESLint.novaextension\/extension.png" | ||
} | ||
``` |
This file contains 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
This file contains 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